adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EngineMode Enumeration


In This Topic
    EngineMode Enumeration
    In This Topic
    Defines the Engine Mode of an adTempus server.
    Syntax
    '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 
    [ComVisible(true)]
    [Guid("83B2D718-7466-4E16-B6A7-E7EEE5B17701")]
    public enum class EngineMode : public System.Enum 
    Members
    MemberValueDescription
    AgentOnly3 The server is an Agent that can only run jobs under the control of the Master (no local jobs allowed).
    LightweightAgent4 The server is an Agent that does not have its own database connection.
    Master1 The server is a Master for distributed scheduling.
    MixedAgent2 The server is an Agent for distributed scheduling and can also be managed directly, with its own local jobs.
    Standalone0 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