Jump to content

SpSleep: Difference between revisions

From EDM2
No edit summary
(No difference)

Revision as of 04:15, 29 June 2016

Suspends the current thread for a specified time interval.

Syntax: CALL spSleep msec

Parameter: msec – time to suspend in milliseconds

Example Code:

/* msleep.cmd (spUtils Example Code) */
/* Waits the given number of milliseconds */
CALL RXFUNCADD 'spSleep','spUtils','spSleep'
PARSE ARG ms rest
CALL spSleep ms