JobPropertiesExecutionInfo.ExitCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得結束代碼。
[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)
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
作業的結束代碼。 只有在作業處於已完成狀態時,才會傳回這個屬性。