MBrace.Core


CloudProcessStatus

Namespace: MBrace.Core

Enumeration specifying the execution status for a CloudProcess

Record Fields

Record FieldDescription
Canceled
Signature: CloudProcessStatus
Modifiers: static

Process has been cancelled by the user.

Completed
Signature: CloudProcessStatus
Modifiers: static

Process has completed successfully.

Created
Signature: CloudProcessStatus
Modifiers: static

Process posted to cluster for execution.

Faulted
Signature: CloudProcessStatus
Modifiers: static

Process encountered a runtime fault.

Running
Signature: CloudProcessStatus
Modifiers: static

Process is being executed by the runtime.

UserException
Signature: CloudProcessStatus
Modifiers: static

Process has completed with an uncaught user exception.

WaitingToRun
Signature: CloudProcessStatus
Modifiers: static

Process has been allocated and awaits execution.

Fork me on GitHub