VirtualUser ElapsedTime Property C# API
Gets the elapsed time since the beginning of the test, in milliseconds.

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

public int ElapsedTime { get; }

Field Value

The elapsed time since the beginning of the test, in milliseconds.
See Also