public static interface JobScheduler.JobHandle
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean mayInterruptIfRunning) |
default void |
registerCancelListener(JobScheduler.CancelListener listener) |
void |
waitTermination() |
void cancel(boolean mayInterruptIfRunning)
void waitTermination()
throws InterruptedException,
ExecutionException
default void registerCancelListener(JobScheduler.CancelListener listener)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.