Engine.UIMessageDelay

Syntax

Engine.UIMessageDelay

Data Type

Long

Purpose

Note This property is obsolete. Use the StationOptions.UIMessageDelay property instead.

Remarks

Specifies how many milliseconds must pass between postings of UIMsg_Trace events.

Set this property to specify how many milliseconds must pass before you receive the next UIMsg_Trace event. Use this property to slow down the posting of trace messages to the sequence editor or user interface to allow time for processing mouse events and/or to display the trace of an execution more slowly.

Note The value of this property can never be less than the value of the Engine.UIMessageMinDelay property. If set to a lesser value, TestStand automatically resets this property to the value of the UIMessageMinDelay property.

See Also

Engine.GetUIMessage

Engine.RegisterUIMessageCallbackEx

Engine.UIMessageEvent

Engine.UIMessagePollingEnabled

StationOptions.UIMessageDelay

UIMessage