VirtualUserScript TimeToPause Method C# API
Gets the length of time that this Virtual User would pause for if Pause(Int32) were called with the specified interval.

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

public int TimeToPause(
	int interval
)

Parameters

interval
Type: System Int32
The interval, in milliseconds.

Return Value

The actual length of the pause, in milliseconds.
Remarks

When calling Pause(Int32), a length of time in milliseconds is passed as a parameter. The actual pause time may be different, depending on the value of PauseFactor or runtime options set in eggPlant Performance Studio. This method returns the actual time that the Virtual User would pause for, if Pause(Int32) were called with the specified interval.
See Also