In This Topic
Defines the Engine Mode of an adTempus server.
Syntax
Members
Member | Value | Description |
AgentOnly | 3 |
The server is an Agent that can only run jobs under the control of the Controller (no local jobs allowed).
|
Controller | 1 |
The server is a Controller for distributed scheduling.
|
LightweightAgent | 4 |
The server is an Agent that does not have its own database connection.
|
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).
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.EngineMode
See Also