VirtualUser InitialDelay Property C# API
Gets the initial delay for this Virtual User, between the start of the test and the start of the first script execution.

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

public int InitialDelay { get; internal set; }

Field Value

The initial delay, in milliseconds.
Remarks

By the time this method can be called, the initial delay will already have happened, and this will return the actual number of milliseconds that this Virtual User waited before starting script execution. The value returned includes the initial group delay and the ramp-up for this specific Virtual User.
See Also