Get or Set Busy Status

28 September 2018

  • C10 - actions are now start, stop and get.

19 May 2015

  • Release 8.12 - added.
busy (Commands)
TypeCorrade progressive command
Commandbusy
DescriptionThe busy command can mark Corrade as being busy.
Permissionsgrooming
Parametersgroup, password, action
Last ChangesRelease 8.12 - added.

The busy command can mark Corrade as being busy.

Command Required Parameters Required Corrade Permissions Example
busy group, password, action grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // mark Corrade as being busy
            "command", "busy",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "action", "start"
        ]
    )
);
Parameter Possible Value Description
action start Turn on busy status.
stop Turn off busy status.
get Get the busy status.