adapnex::core::Application::Stop
Requests a graceful shutdown of the application. No further update cycles are started. The cycle currently in progress runs to completion, including Task::PostUpdate(), after which Task::TearDown() is called for every task. The application exits once all task groups have finished.
Description
|
May be called from any thread at any time. Repeated calls have no additional effect. |
Created with MrDocs