This enumeration is used to control automatic background script stop behaviour.
Namespace: Facilita.Fc.Runtime.BackgroundScriptingAssembly: fc_clr (in fc_clr.dll) Version: 9.5.8.37
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| RequestToStopAtEndOfIteration | 0 | ||
| StopImmediatelyAtEndOfIteration | 1 | ||
| RequestToStopAtEndOfScript | 2 | ||
| StopImmediatelyAtEndOfScript | 3 | ||
| RequestToStopAtEndOfVirtualUser | 4 | ||
| StopImmediatelyAtEndOfVirtualUser | 5 | ||
| NeverStopAutomatically | 6 |
See Also