Click or drag to resize

StateOperation Enumeration

State operation constants.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public enum StateOperation
Members
Member nameValueDescription
Create0 Create a state.
Destroy1 Destroy a state.
Exists2 Does a state exist.
IsBusy3 Create a state.
Reset4 Is a state busy.
Select5 Select a state.
Remarks
Constants for the Module.State method.
See Also