Important Update:
- CApplicationCore:
- Run() returns false if error on any Process() call
- Add TerminateOnError param to Run() method,
- if set, exit immediately if Process() on any process fails
- if not set, exit after Process() on all processes
- Remove "Terminating..." log
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
||||
CFunctionCore * GetFunction( const char * Name );
|
||||
|
||||
// Run Application
|
||||
bool Run();
|
||||
bool Run( bool TerminateOnError );
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user