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

Method finish_progress

utility/task_manager.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 cancel_internal();
90}
91void TaskManager::BaseTemplateTaskData::finish_progress() {
92 progress = nullptr;
93}
94bool TaskManager::BaseTemplateTaskData::is_progress_enabled() const {
95 return progress_enabled;
96}

Callers 1

main_loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected