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

Function MaaTaskerStatus

source/Common/MaaTasker.cpp:227–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227MaaStatus MaaTaskerStatus(const MaaTasker* tasker, MaaTaskId id)
228{
229 // LogFunc << VAR_VOIDP(tasker) << VAR(id);
230
231 if (!tasker) {
232 LogError << "handle is null";
233 return MaaStatus_Invalid;
234 }
235 return tasker->status(id);
236}
237
238MaaStatus MaaTaskerWait(const MaaTasker* tasker, MaaTaskId id)
239{

Callers 1

statusMethod · 0.85

Calls 1

statusMethod · 0.65

Tested by

no test coverage detected