Skip to content

The result of a completed Task.

Task timing information (start and end timestamps) is available on the Task object itself via Task.startTime and Task.endTime.

• code: number


• status: "success" | "failure" | "skipped" | "stopped" | "local-cache-kept-existing" | "local-cache" | "remote-cache"


• task: Task


• Optional terminalOutput: string