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
SyntaxPublic ReadOnly Property IsScheduling As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Boolean
Remarks
This is not always the same as IsExecuting which will be true during the Execute method.
See Also