JAMS Developer Guide
JobRights Enumeration


MVPSI.JAMS Namespace : JobRights Enumeration
Identifies the bits that are valid in a Job's Security Descriptor.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum JobRights 
   Inherits System.Enum
'Usage
 
Dim instance As JobRights
[System.Flags()]
public enum JobRights : System.Enum 
Members
MemberDescription
AbortCan abort the Job
ChangeCan modify the Job
ControlCan modify the ACL
DebugCan debug the Job
DeleteCan delete the Job
InquireCan see the Job
ManageCan submit the Job
MonitorCan monitor the Job
NoneNo access.
SubmitCan submit the Job
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.JobRights

Requirements

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

See Also

Reference

MVPSI.JAMS Namespace