[Contents]
[Index]
[Help]
[Browse <]
[Browse >]
lister set <handle> busy (0|1|off|on) [wait]
Sets the busy status for the lister.
handle is the handle of the lister in question.
Specify 1 or "on" to make the lister go busy, or specify 0 or "off"
to un-busy the lister.
When turning busy status on you can also provide the wait keyword which
will cause the command to be synchronous (it won't return until the
lister has finished going busy). You should use this when you want to do
something else to the lister right after making it go busy, otherwise
it could ignore you.
For example,
+ lister set 121132636 busy on wait
+ lister set 121132636 busy 0
See also:
lister query busy
lister wait
Converted on 04 Nov 1998 with RexxDoesAmigaGuide2HTML 2.2 by Michael Ranner.