public interface Stoppable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
isStopped()
Find out whether the task has been already stopped.
|
void |
stop()
Call this method to request the implementing object to stop the current
task or activity.
|
void stop()
boolean isStopped()