Condividi tramite


JobPropertiesExecutionInfo.ExitCode Proprietà

Definizione

Ottiene il codice di uscita.

[Newtonsoft.Json.JsonProperty(PropertyName="exitCode")]
public int? ExitCode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exitCode")>]
member this.ExitCode : Nullable<int>
Public ReadOnly Property ExitCode As Nullable(Of Integer)

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Commenti

Codice di uscita del processo. Questa proprietà viene restituita solo se il processo è in stato completato.

Si applica a