VirtualUser GetBackgroundScriptStatus Method C# API
Returns a status of the given background script

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

public ScriptStatus GetBackgroundScriptStatus(
	string id
)

Parameters

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

Return Value

The status of the background script.
See Also