RhinoCommon API
CommandGetCommandStack Method |
Determines if Rhino is currently running a command. Because Rhino allow for transparent commands
(commands that can be run from inside of other commands), this method returns the total ids of
active commands.
Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

Return Value
Type: GuidIds of running commands or null if no commands are currently running. The "active" command is at the end of this list.
