adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ExecutionType Enumeration


In This Topic
    ExecutionType Enumeration
    In This Topic
    Indicates the execution reason for an instance
    Syntax
    'Declaration
     
    
    <SmartAssembly.Attributes.DoNotPruneTypeAttribute()>
    <SerializableAttribute()>
    Public Enum ExecutionType 
       Inherits System.Enum
    [SmartAssembly.Attributes.DoNotPruneType()]
    [Serializable()]
    public enum ExecutionType : System.Enum 
    [SmartAssembly.Attributes.DoNotPruneType()]
    [Serializable()]
    public enum class ExecutionType : public System.Enum 
    Members
    MemberValueDescription
    Chained2 Run in a chain (Job Control Action or Job Trigger)
    Manual3 Submitted manually by a user
    Restart5Restarted by a ArcanaDevelopment.adTempus.Client.JobControlAction
    RunForCleanShutdown8 Restarted because it was active at service shutdown
    RunForDirtyShutdown7 Restarted because it was active at service shutdown
    RunForSkipped6 Run because
    Scheduled1 Run at a scheduled time
    Startup4Started by a ArcanaDevelopment.adTempus.Client.StartupTrigger
    Unknown0 Unknown reason
    Inheritance Hierarchy

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

    See Also