JobStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Current status of the job.
public class JobStatus
type JobStatus = class
Public Class JobStatus
- Inheritance
-
JobStatus
Constructors
JobStatus() |
Initializes a new instance of the JobStatus class. |
JobStatus(Int32) |
Initializes a new instance of the JobStatus class with required arguments. |
Properties
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. |
Applies to
Azure SDK for .NET