JAMS Developer Guide
JobAccess Enumeration


MVPSI.JAMS Namespace : JobAccess Enumeration
Specifies access control bits for Job and Setup objects.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum JobAccess 
   Inherits System.Enum
'Usage
 
Dim instance As JobAccess
[System.Flags()]
public enum JobAccess : 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.JobAccess

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