OperationStatusResultProperties interface

OperationStatusResultProperties represents additional properties of the operation status result.

Properties

exitCode

For actions that run commands or scripts, the exit code of the script execution.

outputHead

For actions that run commands or scripts, the leading bytes of the output of the script execution.

resultRef

For actions that run commands or scripts, a reference to the location of the result.

resultUrl

For actions that run commands or scripts, the URL where the full output of the script output can be retrieved.

Property Details

exitCode

For actions that run commands or scripts, the exit code of the script execution.

exitCode?: string

Property Value

string

outputHead

For actions that run commands or scripts, the leading bytes of the output of the script execution.

outputHead?: string

Property Value

string

resultRef

For actions that run commands or scripts, a reference to the location of the result.

resultRef?: string

Property Value

string

resultUrl

For actions that run commands or scripts, the URL where the full output of the script output can be retrieved.

resultUrl?: string

Property Value

string