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.runtimeFields in com.facilita.fc.runtime declared as CustomCancellationToken Modifier and Type Field Description protected CustomCancellationTokenVirtualUserScript. ctA 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 voidVirtualUserScript. setCancellationToken(CustomCancellationToken ct)For internal use only.
 
-