saveDocument method



Saves the Scheduler to the document specified.

Syntax

boolean = Scheduler.saveDocument(sfile)

Applies to

Scheduler object.

Parameters

sFile
String. The name of the file in which the document is saved.

Return value

boolean. The boolean value is true if the document is successfully saved; otherwise, it is false.

Usage

This method saves the Scheduler in native (.mps) format. It can also save files in .mpx format.

See also

openDocument method