'Declaration
<System.FlagsAttribute()> Public Enum JobAccess Inherits System.Enum
'Usage
Dim instance As JobAccess
[System.Flags()] public enum JobAccess : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum JobAccess Inherits System.Enum
'Usage
Dim instance As JobAccess
[System.Flags()] public enum JobAccess : System.Enum
Member | Description |
---|---|
Abort | Can abort the Job |
Change | Can modify the Job |
Control | Can modify the ACL |
Debug | Can debug the Job |
Delete | Can delete the Job |
Inquire | Can see the Job |
Manage | Can submit the Job |
Monitor | Can monitor the Job |
None | No access. |
Submit | Can submit the Job |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.JobAccess
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2