mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #846, improved start and waitForSetup
* directly wait for setup after triggering read * use more detailed status messages * in case of severe issues directly stop application
This commit is contained in:
committed by
Mathew Sutcliffe
parent
83dad62d4b
commit
235673123d
@@ -307,10 +307,10 @@ namespace BlackCore
|
||||
virtual void gracefulShutdown();
|
||||
|
||||
//! Start services, if not yet parsed call CApplication::parse
|
||||
virtual bool start(bool waitForStart = true);
|
||||
virtual bool start();
|
||||
|
||||
//! Wait for stert by calling the event loop and waiting until everything is ready
|
||||
bool waitForStart();
|
||||
//! Wait for setup data by calling the event loop and waiting until everything is ready
|
||||
BlackMisc::CStatusMessageList waitForSetup();
|
||||
|
||||
//! Request to get network reply
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user