Shutdown Bloom, if configured to do so, upon receiving the DebugSessionFinished event

This commit is contained in:
Nav
2022-02-09 17:50:32 +00:00
parent 8d0dc68da0
commit 08f4ee30b2
2 changed files with 17 additions and 0 deletions

View File

@@ -301,5 +301,12 @@ namespace Bloom
* @param event
*/
void onDebugServerThreadStateChanged(const Events::DebugServerThreadStateChanged& event);
/**
* If configured to do so, Bloom will shutdown upon the end of the current debug session.
*
* @param event
*/
void onDebugSessionFinished(const Events::DebugSessionFinished& event);
};
}