Uses of Package
com.facilita.fc.runtime.backgroundScripting
-
Packages that use com.facilita.fc.runtime.backgroundScripting Package Description com.facilita.fc.runtime Contains classes for controlling Virtual Users within a test run.com.facilita.fc.runtime.backgroundScripting Helper classes and enums for Virtual User scripts which run in the background. -
Classes in com.facilita.fc.runtime.backgroundScripting used by com.facilita.fc.runtime Class Description AutomaticStopCriteria This enumeration is used to control automatic background script stop behaviour.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.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. -
Classes in com.facilita.fc.runtime.backgroundScripting used by com.facilita.fc.runtime.backgroundScripting Class 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.