Helper classes and enums for Virtual User scripts which run in the background.
Classes
| Class | Description | |
|---|---|---|
| BackgroundScript |
Internal use only.
| |
| CustomCancellationToken |
This is helper class to allow the background script to monitor cancellation requests from the main script (or VU) and signal back that it accepted cancellation.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| AutomaticStopCriteria |
This enumeration is used to control automatic background script stop behaviour.
| |
| ExecutionFlags |
Values from the enumeration can be used in combination as bitwise flags to control execution of the background script.
| |
| ScriptStatus |
This enumeration describes all possible background script statuses.
It is a complete replica of TaskStatus enumeration.
|