Search
Schedule.getCanUndo Method
See Also
 






Gets a value indicating whether there is a command in the undo history which can be undone.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public boolean getCanUndo ()

 Return Value

true, if the undo queue contains operations that can be undone; otherwise, false.

 See Also