Click or drag to resize

PkStatesListStateDisposition Enumeration

Enumerates the disposition options of a state.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Enumeration StateDisposition
Members
  Member nameValueDescription
Set0State is set but not locked.
Pending1State is in the proccess of being set or locked.
Locked2State 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