Reply To: About timeouts

PennController for IBEX Forums Support About timeouts Reply To: About timeouts

#10804
Jeremy
Keymaster

It won’t make a difference, since the wait command will be released as soon as getTimer("timeout").stop() from the callback command has been executed; the command getAudio('keyPressAudio').play() inside callback will just run in parallel to getImage('stimuli').remove() and the commands coming after that (including the set commands further down) from the main thread

Jeremy