public class ContextStoppable extends Object implements Stoppable
Stoppable
wrapper for script context to support stopping of
asynchronous script operations.T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
ContextStoppable(ScriptingContext ctx) |
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.
|
public ContextStoppable(ScriptingContext ctx)
public void stop()
Stoppable
public boolean isStopped()
Stoppable