OperationStatusResultProperties interface
OperationStatusResultProperties represents additional properties of the operation status result.
Properties
| exit |
For actions that run commands or scripts, the exit code of the script execution. |
| output |
For actions that run commands or scripts, the leading bytes of the output of the script execution. |
| result |
For actions that run commands or scripts, a reference to the location of the result. |
| result |
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