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

Method get_status

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

Source from the content-addressed store, hash-verified

17}
18
19MaaStatus JobImpl::get_status()
20{
21 if (!status) {
22 status = maajs::CallMemberHelper<MaaStatus>(source.Value(), "status", id);
23 }
24 return *status;
25}
26
27maajs::PromiseType JobImpl::wait(maajs::ValueType self, maajs::EnvType)
28{

Callers

nothing calls this directly

Calls 1

ValueMethod · 0.45

Tested by

no test coverage detected