StepResultOutput interface
The step result under an update.
Properties
| description | Step description. |
| extended |
Install extended result code |
| result |
Install result code. |
| result |
A string containing further details about the install result |
| update | The update that this step installs if it is of reference type. |
Property Details
description
Step description.
description?: string
Property Value
string
extendedResultCode
Install extended result code
extendedResultCode: number
Property Value
number
resultCode
Install result code.
resultCode: number
Property Value
number
resultDetails
A string containing further details about the install result
resultDetails?: string
Property Value
string
update
The update that this step installs if it is of reference type.
update?: UpdateInfoOutput