VirtualUserScript Pause Method (VirtualUserScript)C# API
Pauses the execution of the script.

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

public virtual int Pause(
	VirtualUserScript script = null
)

Return Value

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

The script pauses for a random number of milliseconds between the minimum and maximum values set in eggPlant Performance Studio. The actual pause time may be altered by the value of PauseFactor or by the runtime options set in eggPlant Performance Studio.
See Also