Quote:
Originally Posted by notmattlythgoe
I'm assuming it doesn't use the end() but the interrupted() method. The whileHeld() method cancels the command that was running, so I'd assume the toggle would do the same thing.
|
Finally got around to trying this out on a cRIO and you were right the interrupted method is what is used to toggle the command.
Thanks for the help!