Search
Schedule.dispose Method
See Also
 






Disposes any resources used by this Schedule object.

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

 Syntax

Java  Copy Code

public void dispose ()

 Remarks

It is important to call dispose on the object when you are done using it, in order to stop the schedule's timer used to trigger reminder events.

 See Also