CommandQueueCanDo Property |
Gets a value indicating whether this command queue can do a current command (so there's a command left to execute) (true) or false if no more commands
can be executed in this queue.
Namespace:
SD.Tools.Algorithmia.Commands
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public bool CanDo { get; }
Public ReadOnly Property CanDo As Boolean
Get
Property Value
Type:
BooleanSee Also