Share via


JobStatus Members

Current status of the job.

The following tables list the members exposed by the JobStatus type.

Public Constructors

  Name Description
  JobStatus Overloaded.  

Top

Public 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.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

JobStatus Class
Microsoft.WindowsAzure.Scheduler.Models Namespace