public interface RepeatingScriptedExecutable extends ScriptedExecutable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_REPEATED_EXECUTION_COMPLETED
Code of the event to fire on completion of all executions.
|
Modifier and Type | Method and Description |
---|---|
int |
getExecutionCount()
Get the number of requested executions.
|
void |
setExecutionCount(Integer count)
Set the number of requested executions.
|
isExecuting, isPause, isStop, setPause, setStop
static final int EVENT_REPEATED_EXECUTION_COMPLETED
void setExecutionCount(Integer count)
count
- the number of executions.int getExecutionCount()