VirtualUser Pause Method (Int32, VirtualUserScript)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,
	VirtualUserScript script = null
)

Parameters

interval
Type: System Int32
The number of milliseconds to pause before executing the next statement.
script (Optional)
Type: Facilita.Fc.Runtime VirtualUserScript
The currently executing VirtualUserScript.

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