MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / MaaTaskerPostStop

Function MaaTaskerPostStop

source/Common/MaaTasker.cpp:258–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258MaaTaskId MaaTaskerPostStop(MaaTasker* tasker)
259{
260 LogFunc << VAR_VOIDP(tasker);
261
262 if (!tasker) {
263 LogError << "handle is null";
264 return MaaInvalidId;
265 }
266
267 return tasker->post_stop();
268}
269
270MaaBool MaaTaskerStopping(const MaaTasker* tasker)
271{

Callers 1

post_stopMethod · 0.85

Calls 1

post_stopMethod · 0.45

Tested by

no test coverage detected