WorkerExecutionStatus
Namespace: MBrace.Runtime
Worker execution status for specific item
Union Cases
Union Case | Description |
QueueFault(ExceptionDispatchInfo)
Signature: ExceptionDispatchInfo
|
Error dequeueing work items |
Running
Signature:
|
Worker dequeueing work items normally |
Stopped
Signature:
|
Worker has been stopped manually |
WorkerDeath
Signature:
|
Worker declared dead by cluster |