krn.SendMessageToClients
This job sends a message to one or all connected clients.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
STRING |
Yes |
Empty = notify all computers; otherwise: name of the computer |
|
STRING |
Yes |
Name of the program |
|
STRING |
Yes |
Name of the user to be notified |
|
STRING |
Yes |
Type of message |
|
STRING |
Yes |
Message text (programmatic message) |
|
STRING |
Yes |
Message text for the user (e.g. for MessageBox) |
|
INT |
Yes |
|
2. Return Value
(INT): 0 = Job successful, otherwise error code.
Over a registered callback channel the server delivers this message as a pushed callback job adm.On<Message> — the job name derives from the Message parameter; it carries Info, Text and internal origprovenience. See krn.GetChannelGUID (section "Callback channel").
|