MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / _is_aborted

Method _is_aborted

utility/task_manager.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool TaskManager::BaseTemplateTaskData::_is_aborted() const {
146 return _aborted;
147}
148
149bool TaskManager::BaseTemplateTaskData::_wait_after_cancel() {
150 bool is_main_thread = Thread::is_main_thread();

Callers 2

update_progress_bgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected