VirtualUser OnStartTiming Method C# API
This method is called whenever a timing is started using the StartTiming(String, VirtualUserScript) method.

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

protected virtual void OnStartTiming(
	string timing
)

Parameters

timing
Type: System String
The timing identifier.
Remarks

Override this method in your custom Virtual User if you have code which should be run whenever a timing is started.
See Also