user_alert
Description:
[ HasEmitter ]
public virtual signal void user_alert (Service service, SessionAlertType type, string message)
public virtual signal void user_alert (Service service, SessionAlertType type, string message)
This purpose of this signal is to propagate a server-issued alert message from service to a user interface.
The type hints at the severity of the alert message.
Parameters:
| service |
the Service issuing the alert |
| type |
the SessionAlertType |
| message |
the alert message |