MCPcopy Create free account
hub / github.com/bwapi/bwapi / isFinished

Method isFinished

bwapi/include/BWAPI/InterfaceEvent.h:49–52  ·  view source on GitHub ↗

Checks if the event has finished its execution and is marked for removal. @returns true if the event has completed all runs and/or is marked for removal, otherwise it returns false if the event should continue execution.

Source from the content-addressed store, hash-verified

47 /// @returns true if the event has completed all runs and/or is marked for removal, otherwise
48 /// it returns false if the event should continue execution.
49 bool isFinished() const
50 {
51 return this->runCount == 0;
52 };
53
54 /// <summary>Marks the event for removal.</summary>
55 void removeEvent()

Callers 2

isConditionMetMethod · 0.95
updateEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected