Exemple
// set up PS ECLPS ps = new ECLPS('A'); // set up screen description ECLScreenDesc eclSD = new ECLScreenDesc(); eclSD.AddCursorPos(23,1); eclSD.AddString("LOGON"); // do the wait int TimeOut = 5000; BOOL waitOK = ps.WaitWhileScreen(eclSD, timeInt.intValue()); // do processing for when the screen goes away