JobStatusEnum Enum
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.
Describes the status of a job.
public enum class JobStatusEnum
public enum JobStatusEnum
type JobStatusEnum =
Public Enum JobStatusEnum
- Inheritance
-
JobStatusEnum
Fields
Name | Value | Description |
---|---|---|
New | 0 | The job status is new. |
Running | 1 | The job status is running. |
CancelRequested | 2 | The job status is CancelRequested. |
Remarks
Use the JobStatusEnum enumeration with the Status property of the Job class.