MBrace.Runtime


WorkerExecutionStatus

Namespace: MBrace.Runtime

Worker execution status for specific item

Union Cases

Union CaseDescription
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

Fork me on GitHub