JobStatus Class

 

Current status of the job.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobStatus

Public Class JobStatus

NameDescription
System_CAPS_pubmethodJobStatus()

Initializes a new instance of the JobStatus class.

System_CAPS_pubmethodJobStatus(Int32)

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

NameDescription
System_CAPS_pubpropertyExecutionCount

Required. Number of times this job has executed.

System_CAPS_pubpropertyFailureCount

Optional. Number of times this job has failed.

System_CAPS_pubpropertyFaultedCount

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

System_CAPS_pubpropertyLastExecutionTime

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

System_CAPS_pubpropertyNextExecutionTime

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: