Determines if Rhino is currently running a command.
Namespace:
Rhino.Commands
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool InCommand()
Public Shared Function InCommand As Boolean
Return Value
Type:
Booleantrue if a command is currently running, false if no commands are currently running.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also