'Declaration
Public Enum SingleInstanceAction Inherits System.Enum
'Usage
Dim instance As SingleInstanceAction
public enum SingleInstanceAction : System.Enum
'Declaration
Public Enum SingleInstanceAction Inherits System.Enum
'Usage
Dim instance As SingleInstanceAction
public enum SingleInstanceAction : System.Enum
Member | Description |
---|---|
AllowMultiple | Allows multiple instances. This setting is the same as not having the SingleInstanceAction set on a job. |
CancelExecuting | The currently executing job will be canceled to allow the new instance to take over. |
CancelPending | The pending job will be canceled to allow the existing executing job to continue. |
Wait | The pending job waits for the executing job to complete. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.SingleInstanceAction
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