共用方式為


JobPropertiesExecutionInfo.ExitCode 屬性

定義

取得結束代碼。

[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

備註

作業的結束代碼。 只有在作業處於已完成狀態時,才會傳回這個屬性。

適用於