Watch.ShowMessage
Displays a message to the user. Use this method to show the current message whether or not a user is logged in. Note that for this method to work, the "Run on Desktop" option must be enabled and you must be logged on as the same user as the PlanetPress Watch Service.
Examples
In the following example, showmessage() displays a dialog box saying “test message”.
JavaScript
Watch.ShowMessage("test message");
VBScript
Watch.ShowMessage("test message")
Python
Watch.ShowMessage("test message")
Perl
$Watch->ShowMessage("test message");