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

Method post_stop

source/binding/NodeJS/src/apis/tasker.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176maajs::ValueType TaskerImpl::post_stop(maajs::ValueType self, maajs::EnvType)
177{
178 auto id = MaaTaskerPostStop(tasker);
179 return maajs::CallCtorHelper(ExtContext::get(env)->taskJobCtor, self, id);
180}
181
182MaaStatus TaskerImpl::status(MaaTaskId id)
183{

Callers

nothing calls this directly

Calls 2

MaaTaskerPostStopFunction · 0.85
CallCtorHelperFunction · 0.85

Tested by

no test coverage detected