inSCADA
Ver 2020 EN
Search
K
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.

Notification Messages

ins.notify(string info,string title,string message)

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.

Syntax

ins.notify("info","Message Title","Hello World")