mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T515, context function "isValidationInProgress"
This commit is contained in:
committed by
Mat Sutcliffe
parent
2dd396c0df
commit
0ac6739377
@@ -48,6 +48,10 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
bool wasAlreadyChecked(const CSimulatorInfo &simulator) const;
|
||||
|
||||
//! Validation in progress
|
||||
//! \threadsafe
|
||||
bool isValidating() const { return m_inWork; }
|
||||
|
||||
//! Reset checked for simulator
|
||||
//! \threadsafe
|
||||
void resetAlreadyChecked(const CSimulatorInfo &simulator);
|
||||
|
||||
Reference in New Issue
Block a user