VirtualUserScript Pre Method C# API
This method is called just before this script is executed for the first time.

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

public virtual void Pre()
Remarks

Override this method in your VirtualUserScript subclass if you have code which should be run only once, before Script  is executed.
See Also