void |
VirtualUser.finalSequence() |
Stops execution of the current script and then executes the scripts in the final section of the current workflow.
|
void |
VirtualUserScript.finalSequence() |
Stops execution of the current script and then executes the scripts in the final section of the current workflow.
|
void |
VirtualUser.nextIteration() |
Stops execution of the current script, and starts execution of the next iteration.
|
void |
VirtualUserScript.nextIteration() |
Stops execution of the current script, and starts execution of the next iteration.
|
void |
VirtualUser.nextScript() |
Stops execution of the current script, and starts execution of the next script in the sequence.
|
void |
VirtualUserScript.nextScript() |
Stops execution of the current script, and starts execution of the next script in the sequence.
|
void |
VirtualUser.nextSequence() |
Stops execution of the current script and any other scripts in the current sequence, and starts execution of the next sequence of scripts.
|
void |
VirtualUserScript.nextSequence() |
Stops execution of the current script and any other scripts in the current sequence, and starts execution of the next sequence of scripts.
|