MCPcopy Create free account
hub / github.com/axmolengine/axmol / isRequestCancel

Method isRequestCancel

core/base/JobSystem.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 bool isInprogress() const { return _taskState == State::Inprogress; }
72 bool isIdle() const { return _taskState == State::Idle; }
73 bool isRequestCancel() const { return _taskState == State::RequestCancel; }
74 void cancel()
75 {
76 if (isInprogress())

Callers 1

enqueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected