Name
waitForSysMsg — Waits For a Sysmessage to occur in a certain amount of time
Synopsis
call subs.txt waitForSysMsg { message } [ timeout ] [ return ]
Parameters
Table 42. waitForSysMsg parameters
Name | Description |
---|
message | Message to wait for. |
timeout | Timeout value (In .1 seconds) |
return | Name of return value ('return' by default) |
Description
Waits For a Sysmessage to occur in a certain amount of time
Returns
@%3 (#true or #false if timedout)