Name

Popup::Notify — Show a notification message and wait until user clicked "OK".

Synopsis

Import Popup;
void Popup::Notify ( string  message );

Parameters

string message

notify message string

Return Value

void

Examples

   Popup::Notify("Your printer is ready for use." );

Screenshot

See