Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ get_pending
Method
get_pending
source/binding/NodeJS/src/apis/job.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
bool JobImpl::get_pending()
119
{
120
return get_status() == MaaStatus_Pending;
121
}
122
123
std::string JobImpl::to_string()
124
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected