Compartir a través de


Job.CurrentStage Propiedad

Definición

Obtiene la fase actual de la operación de actualización. Entre los valores posibles se incluyen: "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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a