Ending a Game¶
Properly ending a game session is crucial for ensuring all game data is correctly recorded.
Basic Usage¶
Automatic Commit
setGameFinished()
automatically commits the final state. You don't need to call commit() separately.
Session End
Once a session is closed, you cannot make further updates to scores or modes.