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

Method is_canceled

utility/task_manager.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return started;
83}
84bool TaskManager::BaseTemplateTaskData::is_canceled() const {
85 return canceled;
86}
87void TaskManager::BaseTemplateTaskData::cancel() {
88 canceled = true;
89 cancel_internal();

Callers 5

update_progress_bgMethod · 0.45
main_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected