Interface TaskStartEvent

An event signaling the start of a task execution.

This interface is not intended to be implemented.

interface TaskStartEvent {
    execution: TaskExecution;
}

Properties

Properties

execution: TaskExecution

The task item representing the task that got started.