Knowledge Base

(T=Z; Z=Y; Y=X;) X = (Timer t expired) ? FALSE : TRUE

Tests if a timer has expired, that is, if it has no time remaining.

This check doesn’t care if a timer is running or stopped, it merely determines if there is any time remaining and pushes the result to X.

  • X will be TRUE if the timer has time remaining.
  • X will be FALSE if the timer has expired.

See also SetTimer and fGetTimer