Package com.facilita.fc.runtime.backgroundScripting
Helper classes and enums for Virtual User scripts which run in the
background.
-
Class Summary Class Description 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. -
Enum Summary Enum 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.