public static interface AgentIdleTasks.Task
Modifier and Type | Method and Description |
---|---|
void |
execute(InterruptState interruptState)
During the execution each task should check for interruption status and exit once interruption occurs.
|
java.lang.String |
getName() |
@NotNull java.lang.String getName()
void execute(@NotNull InterruptState interruptState)
interruptState
- provides interrupt state