---+ .UTIL SLEEP _This subroutine pauses for the specified number of seconds._ <br />%TOC% ---++ Usage: <pre> PASS <seconds> FIELD SHARE? N GOSUB --- .UTIL SLEEP * Check for errors IF --- .UTIL SLEEP NE </pre> ---++ Description: This subroutine pauses for the specified number of seconds. The number of seconds must be PASSed or the subroutine will CANCEL. <seconds> is the number of seconds to 'sleep' (Required). This must be an integer greater than zero. Passing zero or a negative number will immediately exit. Control will not return to the calling program until the specified number of seconds has elapsed. This subroutine can be interrupted via Control-C in character mode. No information is displayed to the user during this time. If you want a 'countdown timer' to inform the user how much longer they have to wait, use [[0LASubrUtilSleepWithTimer][.UTIL SLEEP WITH TIMER]]. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2012-01-27
This topic: Main
>
WebHome
>
APPX510Features
>
APPXRuntimeSubroutineAPI
>
0LASubrUtilSleep
Topic revision: r1 - 2012-01-27 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback