io.sarl.api.experienceindex
Interface SeiCanceler
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:
io.sarl.sdk
Maven Artifact Identifier:
api.experienceindex
Action Summary
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:
true if cancellation has been requested, and false otherwise.