VirtualUserScript RequestToStopBackgroundScript Method C# API
Requests currently running background script to stop. Since it just requests it to stop, the background script must check periodically if it was asked to do so and gracefully exit when detects it by checking this.ct.IsCancellationRequested flag.

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

public void RequestToStopBackgroundScript(
	string id
)

Parameters

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