Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ MaaTaskerRunning
Function
MaaTaskerRunning
source/Common/MaaTasker.cpp:249–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
}
248
249
MaaBool MaaTaskerRunning(const MaaTasker* tasker)
250
{
251
if (!tasker) {
252
LogError <<
"handle is null"
;
253
return false;
254
}
255
return tasker->running();
256
}
257
258
MaaTaskId MaaTaskerPostStop(MaaTasker* tasker)
259
{
Callers
1
get_running
Method · 0.85
Calls
1
running
Method · 0.45
Tested by
no test coverage detected