UndoTask
public protocol UndoTask
                A task that is capable of being undone/redone
- 
                  
                  
Clears this
UndoTaskobjectDeclaration
Swift
func clear() - 
                  
                  
Undoes this task
Declaration
Swift
func undo() - 
                  
                  
Redoes this task
Declaration
Swift
func redo() - 
                  
                  
Returns a short string description of this
UndoTaskDeclaration
Swift
func getDescription() -> String