WorkerState
Namespace: MBrace.Runtime
Worker state object
Record Fields
Record Field | Description |
CurrentWorkItemCount
Signature: int
|
Current number of executing work items |
ExecutionStatus
Signature: WorkerExecutionStatus
|
Worker work item execution status |
Id
Signature: IWorkerId
|
Worker reference unique identifier |
Info
Signature: WorkerInfo
|
Worker metadata as specified by the worker |
InitializationTime
Signature: DateTimeOffset
|
Time of worker initialization/subscription |
LastHeartbeat
Signature: DateTimeOffset
|
Last Heartbeat submitted by worker |
PerformanceMetrics
Signature: PerformanceInfo
|
Latest worker performance metrics |