JobTypeEnum 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 type of a job.
public enum class JobTypeEnum
public enum JobTypeEnum
type JobTypeEnum =
Public Enum JobTypeEnum
- Inheritance
-
JobTypeEnum
Fields
Name | Value | Description |
---|---|---|
User | 0 | The User type job. |
System | 1 | The System type job. |
Remarks
Use the JobTypeEnum enumeration with the Type property of the Job class.