JobStatus 成员
Current status of the job.
以下各表列出了由 JobStatus 类型公开的成员。
公共 构造函数
Name | 说明 | |
---|---|---|
JobStatus | 重载。 |
返回页首
公共 属性
Name | 说明 | |
---|---|---|
ExecutionCount | Required. Number of times this job has executed. | |
FailureCount | Optional. Number of times this job has failed. | |
FaultedCount | Optional. Number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states). | |
LastExecutionTime | Optional. Time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet. | |
NextExecutionTime | Optional. Time of the next occurrence in ISO-8601 format. Could be empty if the job is completed. |
返回页首
公共 方法
(另请参见 受保护 方法)
Name | 说明 | |
---|---|---|
Equals | (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
ToString | (继承自 Object) |
返回页首
受保护 方法
Name | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
返回页首