Difference between revisions of "Shell Commands/WaitForLib"
From MorphOS Library
(Created page with "'''WaitForLib''' - Waits 10 seconds for library to appear LIBNAME/A, I=INTERVAL/K/N, L=LOOP/K/N <nowiki> LIBNAME - Name of the library to wait for INTERVAL - Number of seco...") |
(No difference)
|
Latest revision as of 11:18, 7 March 2015
WaitForLib - Waits 10 seconds for library to appear
LIBNAME/A, I=INTERVAL/K/N, L=LOOP/K/N
LIBNAME - Name of the library to wait for INTERVAL - Number of seconds between each check for a library (default = 1). LOOP - Number of times to check for library (default = 11 (0 = infinite)).
NOTE: WaitForLib waits the given number of seconds after each check, thus the total number of seconds is not INTERVAL*LOOP, but INTERVAL*(LOOP-1)!