JobStatus Class
Current status of the job.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
| Name | Description | |
|---|---|---|
![]() | JobStatus() | Initializes a new instance of the JobStatus class. |
![]() | JobStatus(Int32) | Initializes a new instance of the JobStatus class with required arguments. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)
.jpeg?cs-save-lang=1&cs-lang=csharp)