GraphRunState Enumeration
Reflects the completion state of the graph or the node.
Namespace: Quine.Schemas.GraphAssembly: Quine.Schemas.Graph (in Quine.Schemas.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
[DataContractAttribute(Namespace = "http://schemas.quine.no/graph/v8_0.xsd")]
public enum GraphRunState
| Running | 0 |
The graph is running.
|
| Completed | 1 |
The graph has completed successfully.
|
| Canceled | 2 |
The graph has been cancelled.
|
| Error | 3 |
At least one node ended up in "error" state.
|
| Failed | 4 |
At least one node terminated with an unhandled exception. (I.e., an exception that propagated to the "outermost" handler.)
|