'Declaration
<SmartAssembly.Attributes.DoNotPruneTypeAttribute()> <SerializableAttribute()> Public Enum ExecutionType Inherits System.Enum
[SmartAssembly.Attributes.DoNotPruneType()] [Serializable()] public enum ExecutionType : System.Enum
'Declaration
<SmartAssembly.Attributes.DoNotPruneTypeAttribute()> <SerializableAttribute()> Public Enum ExecutionType Inherits System.Enum
[SmartAssembly.Attributes.DoNotPruneType()] [Serializable()] public enum ExecutionType : System.Enum
Member | Value | Description |
---|---|---|
Chained | 2 | Run in a chain (Job Control Action or Job Trigger) |
Manual | 3 | Submitted manually by a user |
Restart | 5 | Restarted by a ArcanaDevelopment.adTempus.Client.JobControlAction |
RunForCleanShutdown | 8 | Restarted because it was active at service shutdown |
RunForDirtyShutdown | 7 | Restarted because it was active at service shutdown |
RunForSkipped | 6 | Run because |
Scheduled | 1 | Run at a scheduled time |
Startup | 4 | Started by a ArcanaDevelopment.adTempus.Client.StartupTrigger |
Unknown | 0 | Unknown reason |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ExecutionType