Share via


CommandResultPropertiesOutput interface

The results of a run command

Properties

exitCode

The exit code of the command

finishedAt

The time when the command finished.

logs

The command output.

provisioningState

provisioning State

reason

An explanation of why provisioningState is set to failed (if so).

startedAt

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