MCPcopy 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

WaitMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected