Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
81
bool TaskManager::BaseTemplateTaskData::is_started() const {
82
return started;
83
}
84
bool TaskManager::BaseTemplateTaskData::is_canceled() const {
85
return canceled;
86
}
Callers
2
update_progress_bg
Method · 0.80
wait_for_task_completion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected