Click or drag to resize

McCommandIsScheduling Property

This property is true while the command is scheduling (i.e. is executing the Schedule method).

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property IsScheduling 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