ExecutionType Enumeration
In This Topic
Indicates the execution reason for an instance
Syntax
Members
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
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.ExecutionType
See Also