public interface Cancellable
cancel method.| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Attempt to cancel execution of this query.
|
boolean |
isCancelled()
Returns
Boolean.TRUE if query was cancelled. |
void cancel()
boolean isCancelled()
Boolean.TRUE if query was cancelled.Boolean.TRUE if query was cancelledCopyright © 2018–2022 InfluxData, Inc.. All rights reserved.