9.10.2011 - stable backup commit
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
void clearVariables(bool clearScreen = true) {if (clearScreen && isRunning()) {toUpperLeft(); clearScreenLower();} vars().clear();}
|
||||
|
||||
inline void waitForFinish() {WAIT_FOR_EXIT}
|
||||
inline void start() {PIThread::start(40);}
|
||||
inline void start(bool wait = false) {PIThread::start(40); if (wait) waitForFinish();}
|
||||
void stop(bool clear = false);
|
||||
PIString fstr(PIFlags<PIConsole::Format> f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user