VirtualUser StartBackgroundScript Method C# API
Starts previously created and not started background script

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void StartBackgroundScript(
	string id
)

Parameters

id
Type: System String
Unique script ID, identifying the background script.
See Also