Name

Popup::TimedError — Show an error message and wait specified amount of time or until user clicked "OK".

Synopsis

Import Popup;
void Popup::TimedError ( string  message ,
  integer  timeout_seconds );

Parameters

string message

error message string

integer timeout_seconds

time out in seconds

Return Value

void

Screenshot

See