Share via


TaskRunProperties interface

The properties of task run.

Properties

forceUpdateTag

How the run should be forced to rerun even if the run request configuration has not changed

provisioningState

The provisioning state of this task run

runRequest

The request (parameters) for the run

runResult

The result of this task run

Property Details

forceUpdateTag

How the run should be forced to rerun even if the run request configuration has not changed

forceUpdateTag?: string

Property Value

string

provisioningState

The provisioning state of this task run

provisioningState?: string

Property Value

string

runRequest

The request (parameters) for the run

runRequest?: RunRequestUnion

Property Value

runResult

The result of this task run

runResult?: Run

Property Value

Run