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

설명

작업의 종료 코드입니다. 이 속성은 작업이 완료된 상태인 경우에만 반환됩니다.

적용 대상