Lines Matching refs:scheduled
168 If the `register` command is executed at time _X_, the injection at step 3 will be scheduled for
170 later, but regardless of that the injection at step 5 will always be scheduled for _X_+510ms. This
173 send `updateTimeBase` afterwards to prevent following events being scheduled in the past — see that
194 Update the time base from which the following events are scheduled to the current time. When
196 to be scheduled relative to now, rather than the last injection. See the following example set of
197 commands and the times they will be scheduled to run at:
201 3. `inject`: scheduled for _X_+500ms
203 5. `inject`: scheduled for _X_+510ms
207 9. `inject`: scheduled for _Y_+10ms
209 Without the `updateTimeBase` command, the final injection would be scheduled for _X_+520ms, which
220 Without `updateTimeBase`, the `inject` commands of step 4 will be scheduled to start immediately