CommandQueueManagerThrowExceptionOnDoDuringUndo Field |
Flag to signal the CommandQueueManager and command objects whether to throw a DoDuringUndoException if a Do action is detected during an Undo action.
When set to false, the Do action is ignored. Default is true. Leave to true to easily detect bugs in code which utilizes Do/Undo functionality.
Namespace: SD.Tools.Algorithmia.CommandsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public static bool ThrowExceptionOnDoDuringUndo
Public Shared ThrowExceptionOnDoDuringUndo As Boolean
Field Value
Type:
BooleanSee Also