JobTypeEnum Enum

Definition

Describes the type of a job.

public enum class JobTypeEnum
public enum JobTypeEnum
type JobTypeEnum = 
Public Enum JobTypeEnum
Inheritance
JobTypeEnum

Fields

System 1

The System type job.

User 0

The User type job.

Remarks

Use the JobTypeEnum enumeration with the Type property of the Job class.

Applies to