Share via


Job.CurrentStage Property

Definition

Gets current stage of the update operation. Possible values include: 'Unknown', 'Initial', 'ScanStarted', 'ScanComplete', 'ScanFailed', 'DownloadStarted', 'DownloadComplete', 'DownloadFailed', 'InstallStarted', 'InstallComplete', 'InstallFailed', 'RebootInitiated', 'Success', 'Failure', 'RescanStarted', 'RescanComplete', 'RescanFailed'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentStage")]
public string CurrentStage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentStage")>]
member this.CurrentStage : string
Public ReadOnly Property CurrentStage As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to