GraphRunState Enumeration

Reflects the completion state of the graph or the node.

Definition

Namespace: Quine.Schemas.Graph
Assembly: Quine.Schemas.Graph (in Quine.Schemas.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/graph/v8_0.xsd")]
public enum GraphRunState

Members

Running0 The graph is running.
Completed1 The graph has completed successfully.
Canceled2 The graph has been cancelled.
Error3 At least one node ended up in "error" state.
Failed4 At least one node terminated with an unhandled exception. (I.e., an exception that propagated to the "outermost" handler.)

See Also