Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ get_done
Method
get_done
source/binding/NodeJS/src/apis/job.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
bool JobImpl::get_done()
99
{
100
return get_succeeded() || get_failed();
101
}
102
103
bool JobImpl::get_succeeded()
104
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected