CommandQueueManagerCanDo Method |
Determines whether the commandqueuestack with the id passed in can perform a Do operation (or redo)
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
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