MBrace.Runtime


CloudProcessState

Namespace: MBrace.Runtime

Cloud process execution state record

Record Fields

Record FieldDescription
ActiveWorkItemCount
Signature: int

Number of work items currently executing for cloud process.

CompletedWorkItemCount
Signature: int

Number of work items completed for cloud process.

ExecutionTime
Signature: ExecutionTime

Task execution time

FaultedWorkItemCount
Signature: int

Number of times work items have been faulted.

Info
Signature: CloudProcessInfo

Task metadata

Status
Signature: CloudProcessStatus

Task execution status

TotalWorkItemCount
Signature: int

Total number of work items spawned by cloud process.

Fork me on GitHub