-
Functional Interface:
-
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface SeiCanceler
This interace is a tool for canceling the SEI computation.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
Action Summary
Modifier and type |
Action and description |
abstract boolean |
isCanceled
Returns whether cancelation of current operation has been requested. |
Modifier and type |
Action and description |
abstract boolean |
isCanceled
Returns whether cancelation of current operation has been requested. |
Action Details
-
isCanceled
-
def isCanceled : boolean
Returns whether cancelation of current operation has been requested. Long-running operations should poll to see if cancelation has been requested.
-
Returns:
-