Click or drag to resize

RhinoDocInCommand Method

This is a low level tool to determine if Rhino is currently running a command.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public int InCommand(
	bool bIgnoreScriptRunnerCommands
)

Parameters

bIgnoreScriptRunnerCommands
Type: SystemBoolean
If true, script running commands, like "ReadCommandFile" and the RhinoScript plug-ins "RunScript" command, are not counted.

Return Value

Type: Int32
Number of active commands.
See Also