PkStatesListStateDisposition Enumeration |
Enumerates the disposition options of a state.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Enumeration StateDisposition
public enum StateDisposition
Members
| Member name | Value | Description |
---|
| Set | 0 | State is set but not locked. |
| Pending | 1 | State is in the proccess of being set or locked. |
| Locked | 2 | State is set and locked. |
Remarks
A Locked disposition has an additional safety benefit over a Set one in that
it must be implicitly unlocked before it can be set to another state by another process.
See Also