Gets or sets the current percentage pause factor.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Field Value
A percentage factor to apply to all subsequent Pause(VirtualUserScript) statements.Remarks
Examples
// to make all pauses twice as long (200%) this.PauseFactor = 200; // or to reduce all following pauses to 10% of their stated value this.PauseFactor = 10; // or to obtain the current value int pf = this.PauseFactor;
See Also