Facilita.Fc.Runtime.BackgroundScripting NamespaceC# API
Helper classes and enums for Virtual User scripts which run in the background.
Classes

  ClassDescription
Public classBackgroundScript
Internal use only.
Public classCustomCancellationToken
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

  EnumerationDescription
Public enumerationAutomaticStopCriteria
This enumeration is used to control automatic background script stop behaviour.
Public enumerationExecutionFlags
Values from the enumeration can be used in combination as bitwise flags to control execution of the background script.
Public enumerationScriptStatus
This enumeration describes all possible background script statuses. It is a complete replica of TaskStatus enumeration.