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

Function MaaTaskerWait

source/Common/MaaTasker.cpp:238–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238MaaStatus MaaTaskerWait(const MaaTasker* tasker, MaaTaskId id)
239{
240 // LogFunc << VAR_VOIDP(tasker) << VAR(id);
241
242 if (!tasker) {
243 LogError << "handle is null";
244 return MaaStatus_Invalid;
245 }
246 return tasker->wait(id);
247}
248
249MaaBool MaaTaskerRunning(const MaaTasker* tasker)
250{

Callers 7

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
waitMethod · 0.85
runMaaTestFunction · 0.85
pipeline_smokingFunction · 0.85
run_without_fileFunction · 0.85

Calls 1

waitMethod · 0.65

Tested by

no test coverage detected