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. |
- cancelTimer-function cancelTimer
- function-captureOutput captureOutput
- createRepeatingTimer-function createRepeatingTimer
- createTimer-function createTimer
- disableScriptTimeout-function load boolean
- mail-function email
- exec-function exec integer
- getConnectedUsers-function getConnectedUsers
- getConnectedViewers-function getConnectedViewers
- rejectInput-function rejectInput
- sendAlertToAllViewers sendAlertToAllViewers
- sendAlertToUser sendAlertToUser
- sendAlertToViewer sendAlertToViewer
- sendCommand-function sendCommand
- sendCommandToSession-function sendCommandToSession
- sendKeys-function sendKeys
- sendPopupTable-function sendPopupTable (popupWindowTitle, columnHeaders, tableData)
- sendPopupHtml-function This topic describes the sendPopupHtml function.