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.
Enumerates 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 | Specifies the user type. |
System | 1 | Specifies the system type. |
Remarks
The JobTypeEnum enumeration is returned by the Type property of the Job class.