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

Method is_started

utility/task_manager.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 started = true;
80}
81bool TaskManager::BaseTemplateTaskData::is_started() const {
82 return started;
83}
84bool TaskManager::BaseTemplateTaskData::is_canceled() const {
85 return canceled;
86}

Callers 2

update_progress_bgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected