Uses of Class
com.facilita.fc.runtime.backgroundScripting.CustomCancellationToken
-
Packages that use CustomCancellationToken Package Description com.facilita.fc.runtime Contains classes for controlling Virtual Users within a test run. -
-
Uses of CustomCancellationToken in com.facilita.fc.runtime
Fields in com.facilita.fc.runtime declared as CustomCancellationToken Modifier and Type Field Description protected CustomCancellationToken
VirtualUserScript. ct
A helper object used to communicate between main and foreground scripts.Methods in com.facilita.fc.runtime with parameters of type CustomCancellationToken Modifier and Type Method Description void
VirtualUserScript. setCancellationToken(CustomCancellationToken ct)
For internal use only.
-