TaskResult
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.
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”• code: number
status
Section titled “status”• status: "success" | "failure" | "skipped" | "stopped" | "local-cache-kept-existing" | "local-cache" | "remote-cache"
• task: Task
terminalOutput
Section titled “terminalOutput”• Optional terminalOutput: string