Previous Topic: $TICALL FUNC=STATUS

Next Topic: Persistent Global Variables Interface


$TICALL FUNC=NEXT

Execute timer and setup for next timer.

&CONTROL NOSHRVARS
-EXEC $TICALL FUNC=NEXT

Execute timer and setup for next timer. Any commands that are due at this time will be executed. The time of the next timer due will be calculated and a timer set to execute the 'NEXT' function at that time (or 1 second past midnight tomorrow morning).

The NEXT function call is issued internally automatically. Generally, there is no need for this call to be issued explicitly.

Operands:

FUNC=NEXT

Setup for next timer.

Return Codes:

&RETCODE = 0

$TICALL completed successfully.

&RETCODE > 0

An error occurred. &SYSMSG is set with an error message.

Example: FUNC=NEXT

&CALL PROC=$TICALL PARMS=(FUNC=NEXT)