Click or drag to resize

CommandQueueDoCurrentCommand Method

Calls the current command's Do() 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.Commands
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax
public void DoCurrentCommand()
See Also