MessageProcessingState Enumeration
Processing outcome of a graph message.
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 MessageProcessingState
| Queued | 0 |
The message resides in the input port of a node.
|
| Accepted | 1 |
The node has started to process the message.
|
| Completed | 2 |
Message processing completed sucessfully.
|
| Failed | 3 |
Message processing failed.
|