Share via


StepResultOutput interface

The step result under an update.

Properties

description

Step description.

extendedResultCode

Install extended result code

resultCode

Install result code.

resultDetails

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

Property Value