Initializes a new instance of the BackgroundScript class
Namespace: Facilita.Fc.Runtime.BackgroundScriptingAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
public BackgroundScript( string id, VirtualUserScript scriptToRun, Action action, AutomaticStopCriteria stopCriterion, ExecutionFlags executionFlags, TimeSpan pauseBetweenScriptsLoops, TimeSpan autoStopTimeout )
Parameters
- id
- Type: System String
Internal use only.
- scriptToRun
- Type: Facilita.Fc.Runtime VirtualUserScript
Internal use only.
- action
- Type: System Action
Internal use only.
- stopCriterion
- Type: Facilita.Fc.Runtime.BackgroundScripting AutomaticStopCriteria
Internal use only.
- executionFlags
- Type: Facilita.Fc.Runtime.BackgroundScripting ExecutionFlags
Internal use only.
- pauseBetweenScriptsLoops
- Type: System TimeSpan
Internal use only.
- autoStopTimeout
- Type: System TimeSpan
Internal use only.
See Also