VirtualUser IsFirstScript Property C# API
Gets a value that indicates whether the current executing script is the first script to be executed.

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

public bool IsFirstScript { get; }

Field Value

true if the current executing script is the first script to be executed; otherwise, false.
See Also