共用方式為


JobPropertiesExecutionInfo 類別

定義

作業執行的相關資訊。

public class JobPropertiesExecutionInfo
type JobPropertiesExecutionInfo = class
Public Class JobPropertiesExecutionInfo
繼承
JobPropertiesExecutionInfo

建構函式

JobPropertiesExecutionInfo()

初始化 JobPropertiesExecutionInfo 類別的新實例。

JobPropertiesExecutionInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, IList<BatchAIError>)

初始化 JobPropertiesExecutionInfo 類別的新實例。

屬性

EndTime

取得結束時間。

Errors

取得錯誤。

ExitCode

取得結束代碼。

StartTime

取得開始時間。

適用於