CommandQueueManagerCanUndo Method |
Determines whether the commandqueuestack with the id passed in can perform an Undo operation
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 CanUndo(
Guid stackId
)
Public Function CanUndo (
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 undone, false otherwise.
See Also