Click or drag to resize

McCommandIsExecuting Property

This property is true while the command is running (i.e. is in the executing the Run method).

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property IsExecuting As Boolean
	Get

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks
This is not always the same as IsExecuting which will be true during the Execute method.
See Also