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

Method get_running

source/binding/NodeJS/src/apis/job.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool JobImpl::get_running()
114{
115 return get_status() == MaaStatus_Running;
116}
117
118bool JobImpl::get_pending()
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected