CommandQueueRedoCurrentCommand Method |
Calls the current command's Redo() method, if there's a command left to execute. It first makes the next command the current command and then executes it.
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public void RedoCurrentCommand()
Public Sub RedoCurrentCommand
See Also