'Declaration
<ComVisibleAttribute(True)> <GuidAttribute("83B2D718-7466-4E16-B6A7-E7EEE5B17701")> Public Enum EngineMode Inherits System.Enum
[ComVisible(true)] [Guid("83B2D718-7466-4E16-B6A7-E7EEE5B17701")] public enum EngineMode : System.Enum
'Declaration
<ComVisibleAttribute(True)> <GuidAttribute("83B2D718-7466-4E16-B6A7-E7EEE5B17701")> Public Enum EngineMode Inherits System.Enum
[ComVisible(true)] [Guid("83B2D718-7466-4E16-B6A7-E7EEE5B17701")] public enum EngineMode : System.Enum
Member | Value | Description |
---|---|---|
AgentOnly | 3 | The server is an Agent that can only run jobs under the control of the Master (no local jobs allowed). |
LightweightAgent | 4 | The server is an Agent that does not have its own database connection. |
Master | 1 | The server is a Master for distributed scheduling. |
MixedAgent | 2 | The server is an Agent for distributed scheduling and can also be managed directly, with its own local jobs. |
Standalone | 0 | The server is a standalone server (distributed scheduling is not in use). |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.EngineMode