am: shorten shutdown timeout when lock is not held
This commit is contained in:
parent
8923a03bc0
commit
7a26dc51eb
4 changed files with 41 additions and 13 deletions
|
@ -412,8 +412,11 @@ public:
|
|||
/// Gets an immutable reference to the Room Network.
|
||||
[[nodiscard]] const Network::RoomNetwork& GetRoomNetwork() const;
|
||||
|
||||
void SetExitLock(bool locked);
|
||||
[[nodiscard]] bool GetExitLock() const;
|
||||
void SetExitLocked(bool locked);
|
||||
bool GetExitLocked() const;
|
||||
|
||||
void SetExitRequested(bool requested);
|
||||
bool GetExitRequested() const;
|
||||
|
||||
void SetApplicationProcessBuildID(const CurrentBuildProcessID& id);
|
||||
[[nodiscard]] const CurrentBuildProcessID& GetApplicationProcessBuildID() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue