CommandQueueManagerCanDo Method |
Determines whether the commandqueuestack with the id passed in can perform a Do operation (or redo)
Namespace:
SD.Tools.Algorithmia.Commands
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax public bool CanDo(
Guid stackId
)
Public Function CanDo (
stackId As Guid
) As Boolean
Parameters
- stackId
- Type: SystemGuid
The stack id.
Return Value
Type:
Booleantrue if the stack contains a command which can be performed, false otherwise.
See Also