TaskManagerEventType Enumeration
Namespace: MFiles.VAF.AppTasksAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public enum TaskManagerEventType
ProcessingStarted |
0 |
|
ProcessingStopped |
1 |
|
Stopping |
2 |
|
Shutdown |
3 |
|
ProcessLoopStarting |
4 |
|
ProcessLoopCanceled |
5 |
|
ProcessLoopFailed |
6 |
|
ProcessLoopCompleted |
7 |
|
QueueRegistered |
8 |
|
QueueStopping |
9 |
|
QueueShutdown |
10 |
|
QueueDetached |
11 |
|
BroadcastsPolled |
12 |
|
BroadcastPollFailed |
13 |
|
TasksPolled |
14 |
|
TaskPollFailed |
15 |
|
BroadcastParseError |
16 |
|
BroadcastsProcessed |
17 |
|
BroadcastProcessingFailed |
18 |
|
BroadcastSent |
19 |
|
TaskJobStarted |
20 |
|
TaskJobRestarted |
21 |
|
TaskUpdated |
22 |
|
TaskUpdateFailed |
23 |
|
TaskUpdateSkipped |
24 |
|
TaskJobFinished |
25 |
|
TaskAdded |
26 |
|
WaitingTasksCanceled |
27 |
|