Difference between revisions of "CXTask"
From cxwiki
(Created page with "<div class="mw-parser-output">The CXTask class provides a mechanism for applications to request regular updates in a non-threaded manner. The application derives from CXT...") |
(No difference)
|
Revision as of 17:08, 26 February 2018
The CXTask class provides a mechanism for applications to request regular updates in a non-threaded manner. The application derives from CXTask and provides a CXTask::Idle() override which is called once per task update. Each CXTask must be registered with a CXTaskHost in order to receive updates. Updates occur whenever the CXTaskHost::IdleTasks() function is called.