Click or drag to resize

CommandState Enumeration

It indicates the state of the command.

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public enum CommandState
Members
  Member nameValueDescription
End0 Command completion
Execute1 command execution
Continue2 command continuation
ParameterError3 Parameter error
CommandError4 command execution error
See Also