VirtualUserScript Pause Method (Int32)C# API
Pauses the execution of the script for a specified interval (modified by PauseFactor).

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

public virtual int Pause(
	int interval
)

Parameters

interval
Type: System Int32
The number of milliseconds to pause before executing the next statement.

Return Value

The length of time that the script actually paused for, in milliseconds.
Remarks

The specified interval may be altered by the value of PauseFactor or by the runtime options set in eggPlant Performance Studio.
See Also