Click or drag to resize

State Enumeration

DomScript - When user changes the instrument the object is not re-used, i.e. no new object will be created. The DomScript.State will change to Configure and then to StartUp

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum State
Members
Member nameValueDescription
Initialize0 
Configure1 
StartUp2 
Historical3 
Realtime4 
Finalize5 
See Also