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.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
public int InitialDelay { get; internal set; }
public int InitialDelay { get; internal set; }
Field Value
The initial delay, in milliseconds.
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.