Partager via


JobPropertiesExecutionInfo.ExitCode Propriété

Définition

Obtient le code de sortie.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Code de sortie du travail. Cette propriété est retournée uniquement si le travail est à l’état terminé.

S’applique à