RunOnceResult.shouldContinue

Returns true if the event loop should generally continue.

Might be false if the local loop was exited or if the application is supposed to exit. If this is false, check applicationExitRequested to determine if you should move on to other work or start your final cleanup process.

struct RunOnceResult
const
bool
shouldContinue
()

Meta