We would like to have a sequence of Commands in a CommandGroup that together are not interruptible. The commands all use the same subsystem and are all uninterruptible.
We use WaitCommands between some of the commands.
If another command tries to use the the subsystem while the WaitCommand is running, will that command be allowed to run? Will the CommandGroup be interrupted and not continue?