Search
Command.execute Method
See Also
 






Carries out an action that changes the schedule in some way.

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

 Syntax

Java  Copy Code

protected abstract boolean execute ()

 Return Value

true, if the command actually caused changes in the schedule; otherwise, false.

 Remarks

Commands, which return false are never recorded in the command history.

 See Also