• command: CommandInfo
• exitCode: string | number
The exit code or signal for the command.
• index: number
The command's index among all commands ran.
• killed: boolean
Whether the command exited because it was killed.
• timings: Object
| Name | Type |
|---|---|
durationSeconds |
number |
endDate |
Date |
startDate |
Date |