JobStatus Properties
Namespace:
Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
