addServiceStatus
This function generates a status event of the specified type, with the specified message body.
Syntax
service:addServiceStatus( type, body )
For example:
service:addServiceStatus("Error", "Test action did not return success")
Arguments
Argument | Description |
---|---|
type
|
(string) A status event of a specified type. You can use any string value as a type, but the default Controller statuses are Error, Warning, and Success. |
body
|
(string) The body of the message. |