ArbiterTaskState Enumeration
Microsoft Robotics Class Reference
State types for CCR arbiters
Remarks
Choice, interleave, join are all arbiters than can be in one of these states
Namespace: Microsoft.Ccr.Core.Arbiters
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public enum ArbiterTaskState
Members
Member name | Value | Description | |
---|---|---|---|
Created | 0 | Initial state of an arbiter before its attached to a port or child receivers/arbiters | |
Active | 1 | When a port is registered to a port or at least one children arbiter, it becomes active | |
Done | 2 | An arbiter reaches the Done state when it will no longer process any more messages and its ready for cleanup |