Notification Functions
Bilgilendirme fonksiyonları, inSCADA Platformunda script/expression ile, kullanıcılara bilgi mesajları gönderilmesi sağlar.
string info : Bilgi mesajı türü. (info,error,warrning....)
string title : Bilgi mesajı başlığı.
string message : Bilgi mesajı
Return Value : Herhangi bir değer geri döndürmez.
ins.notify("info","Message Title","Hello World")
Last modified 9mo ago