adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ExecutionType Enumeration

In This Topic
    ExecutionType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
    <SerializableAttribute()>
    Public Enum ExecutionType 
       Inherits System.Enum
    [SmartAssembly.Attributes.DoNotPruneType()]
    [Serializable()]
    public enum ExecutionType : System.Enum 
    Members
    MemberValueDescription
    Chained2 
    Manual3 
    Restart5 
    RunForCleanShutdown8 
    RunForDirtyShutdown7 
    RunForSkipped6 
    Scheduled1 
    Startup4 
    Unknown0 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ExecutionType

    See Also