BackgroundScript Constructor C# API
Initializes a new instance of the BackgroundScript class

Namespace: Facilita.Fc.Runtime.BackgroundScripting
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
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