JobStatus Class
Current status of the job.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Scheduler.Models.JobStatus
Syntax
public class JobStatus
public ref class JobStatus
type JobStatus = class end
Public Class JobStatus
Constructors
Name | Description | |
---|---|---|
JobStatus() | Initializes a new instance of the JobStatus class. |
|
JobStatus(Int32) | Initializes a new instance of the JobStatus class with required arguments. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top