Miscellaneous functions
The following functions do not fall into a specific category:
Cancels a timer. | |
Creates a temporary rule to capture output and call a function with the captured message. | |
Creates a repeating timer to call a function after a specified amount of time. | |
Creates a timer to call a function after a specified amount of time. | |
Disables the script timeout and allows the script to run as long as it needs. | |
Composes and sends an e-mail message. | |
Runs a program on and waits for the result. | |
Returns an array of strings containing the users connected with viewers to this server. | |
Returns an array containing the information about the viewers connected to this server. | |
Rejects the user input with a message. | |
Sends an alert to all viewers | |
Sends an alert to a specific user. | |
Sends an alert to viewers with a specific name. | |
Sends a command to the current session. | |
Sends a command to a different session. | |
Sends function keys to the current session. | |
Sends formatted data to a viewer to display in a pop-up window. |
Related topic