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.
Enumerates 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 | Specifies that the job is new and is currently being processed. |
Running | 1 | Specifies that the job is currently running. |
CancelRequested | 2 | Specifies that a user made a request to cancel the job. |
Remarks
The JobStatusEnum enumeration is returned by the Status property of the Job class.