Click or drag to resize

IMcTracksIsWaiting Property

Returns TRUE if the module is in Waiting mode after firening UserPrompt event.

Namespace:  MediaCy.IQL.Tracking
Assembly:  MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property IsWaiting As Boolean
	Get

Property Value

Type: Boolean
Remarks
Waiting mode can be stopped and execution resumed calling the Resume method.
See Also