Interface TaskEndEvent

An event signaling the end of an executed task.

This interface is not intended to be implemented.

interface TaskEndEvent {
    execution: TaskExecution;
}

Properties

Properties

execution: TaskExecution

The task item representing the task that finished.