It would be nice to have the ability to stop a specific command and stop all commands from within an inline function. Being able to stop the parent command that called the inline function would also be a nice feature. So in summary something like:
vaProxy.StopCommand(stringCommandName)
vaProxy.StopAllCommands()
vaProxy.StopParentCommand()