Share via


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
System_CAPS_pubmethod JobStatus()

Initializes a new instance of the JobStatus class.

System_CAPS_pubmethod JobStatus(Int32)

Initializes a new instance of the JobStatus class with required arguments.

Properties

Name Description
System_CAPS_pubproperty ExecutionCount

Required. Number of times this job has executed.

System_CAPS_pubproperty FailureCount

Optional. Number of times this job has failed.

System_CAPS_pubproperty FaultedCount

Optional. Number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).

System_CAPS_pubproperty LastExecutionTime

Optional. Time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.

System_CAPS_pubproperty NextExecutionTime

Optional. Time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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