Method for setting an asynchronous task to be run while the message box is displayed.
| 160 | |
| 161 | // Method for setting an asynchronous task to be run while the message box is displayed. |
| 162 | void SetAsyncTask(const std::shared_ptr<IAsyncTask>& pTask) { std::atomic_store(&m_pAsyncTask, pTask); } |
| 163 | |
| 164 | public: |
| 165 |
no outgoing calls
no test coverage detected