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

Method get_failed

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

Source from the content-addressed store, hash-verified

106}
107
108bool JobImpl::get_failed()
109{
110 return get_status() == MaaStatus_Failed;
111}
112
113bool JobImpl::get_running()
114{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected