PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.

Prev | Next | Users Guide | PhantomScript Reference | P1 Systems


Windows

WaitForMatchTestIntervalMs

Syntax

WaitForMatchTestIntervalMs

Description

An instrinsic variable in which the interval between successive image match tests is specified.

Remarks

The shorter the interval specified, the quicker WaitForMatch will respond to the appearance of the desired image, but the more CPU time will be used for the increased frequency of comparisons. The interval is expressed in milliseconds. The default value is 250. See WaitForMatch for more information about matching images.

Example

          WaitForMatchTestIntervalMs = 100

The example sets the match interval to 100ms. Match comparisons will be performed 10 times per second.



Prev | Next | Users Guide | PhantomScript Reference | P1 Systems

PhantomScript v1.7 Reference - Copyright © 2006 P1 Systems Incorporated. All Rights Reserved.