public interface TaskControl extends CancellationRequest, AutoCloseable
AutoCloseable
interface and call close()
to signal completion of the task, regardless if
it was cancelled or completed successfully.NEVER_CANCELLED
Modifier and Type | Method and Description |
---|---|
void |
close() |
cancellationRequested
void close()
close
in interface AutoCloseable
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.