Comment on page
Notification Functions
The information functions enable the user to send information messages to the users via script/expression in the inSCADA Platform.
string info : Information message type. (info,error,warrning....)
string title: The title of the information message.
string message: Information message.
Return Value: Does not return any value.
ins.notify("info","Message Title","Hello World")
Last modified 4yr ago