Frees all the resources allocated by this object.
[Visual Basic] Overridable Public Sub Close() [C#] public virtual void Close(); [C++] public: virtual void Close(); [JScript] public function Close();
This method stops the Schedule and frees all of the resources. Using the object after calling Close will allocate the resources again.