CommandResultPropertiesOutput interface
The results of a run command
Properties
| exit |
The exit code of the command |
| finished |
The time when the command finished. |
| logs | The command output. |
| provisioning |
provisioning State |
| reason | An explanation of why provisioningState is set to failed (if so). |
| started |
The time when the command started. |
Property Details
exitCode
The exit code of the command
exitCode?: number
Property Value
number
finishedAt
The time when the command finished.
finishedAt?: string
Property Value
string
logs
The command output.
logs?: string
Property Value
string
provisioningState
provisioning State
provisioningState?: string
Property Value
string
reason
An explanation of why provisioningState is set to failed (if so).
reason?: string
Property Value
string
startedAt
The time when the command started.
startedAt?: string
Property Value
string