Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wyouflf/xUtils3
/ setResult
Method
setResult
xutils/src/main/java/org/xutils/common/task/AbsTask.java:138–140 ·
view source on GitHub ↗
(ResultType result)
Source
from the content-addressed store, hash-verified
136
137
/*
package
*/
138
final
void
setResult(ResultType result) {
139
this.result = result;
140
}
141
142
public
enum State {
143
IDLE(0), WAITING(1), STARTED(2), SUCCESS(3), CANCELLED(4), ERROR(5);
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected