Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ Complete
Method
Complete
code/icarus/taskmanager.h:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
void SetParent( CTaskGroup *group ) { m_parent = group; }
106
107
bool Complete(void) const { return ( m_numCompleted == m_completedTasks.size() ); }
108
109
bool MarkTaskComplete( int id );
110
Callers
1
Wait
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected