Author Topic: Stopping actions from inline function  (Read 2291 times)

Exergist

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 405
  • Ride the lightning
Stopping actions from inline function
« on: June 12, 2018, 12:31:24 PM »
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()