Search
Command.Execute Method
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected abstract bool Execute ()

Visual Basic  Copy Code

Protected MustOverride Function Execute () As Boolean

 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