Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ timeout
Method
timeout
basex-core/src/main/java/org/basex/core/jobs/Job.java:111–113 ·
view source on GitHub ↗
Stops a job because of a timeout.
()
Source
from the content-addressed store, hash-verified
109
* Stops a job because of a timeout.
110
*/
111
public
final
void
timeout() {
112
state(JobState.TIMEOUT);
113
}
114
115
/**
116
* Stops a job because a memory limit was exceeded.
Callers
7
run
Method · 0.95
response
Method · 0.80
run
Method · 0.80
run
Method · 0.80
send
Method · 0.80
call
Method · 0.80
call
Method · 0.80
Calls
1
state
Method · 0.95
Tested by
2
call
Method · 0.64
call
Method · 0.64