Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.background |
Classes relating to background JavaScript execution, which is usually triggered via
setTimeout() or setInterval().
|
Modifier and Type | Method and Description |
---|---|
JavaScriptJob |
JavaScriptJobManager.getEarliestJob(JavaScriptJobManager.JavaScriptJobFilter filter)
Gets the earliest job for this manager.
|
int |
JavaScriptJobManager.getJobCount(JavaScriptJobManager.JavaScriptJobFilter filter)
Returns the number of active jobs, including jobs that are currently executing and jobs that are
waiting to execute.
|
String |
JavaScriptJobManager.jobStatusDump(JavaScriptJobManager.JavaScriptJobFilter filter)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Utility method to report the current job status. |
int |
JavaScriptJobManager.waitForJobsStartingBefore(long delayMillis,
JavaScriptJobManager.JavaScriptJobFilter filter)
Blocks until all jobs scheduled to start executing before (now + delayMillis) have finished executing.
|
Copyright © 2002–2019 Gargoyle Software Inc.. All rights reserved.