09-03-2020, 07:10 AM
(This post was last modified: 09-03-2020, 07:27 AM by gReatAutomation.)
Trying to figure out if, when using System Pause, if this in fact pauses your entire system during the pause period or, if it just pauses the action in which it was called.
I have many Global Actions, including my remote control stuff. In one of my global actions, I was testing on screen display changes. I added a pause of a few seconds to one of them but during this time, none of the other global actions (ie, remote control Cursor Up for example) would not do anything. after the pause period, the global action I executed during the pause period (remote control Cursor Up) executed.
Same questions for the System WaitTimer.
Example 1
Call global action
System PAUSE (are all other global actions paused during this time?)
Call another global action
Example 2
Call global action
System WAIT (are all other global actions paused during this time?)
Call another global action
I have many Global Actions, including my remote control stuff. In one of my global actions, I was testing on screen display changes. I added a pause of a few seconds to one of them but during this time, none of the other global actions (ie, remote control Cursor Up for example) would not do anything. after the pause period, the global action I executed during the pause period (remote control Cursor Up) executed.
Same questions for the System WaitTimer.
Example 1
Call global action
System PAUSE (are all other global actions paused during this time?)
Call another global action
Example 2
Call global action
System WAIT (are all other global actions paused during this time?)
Call another global action