AppQuitΒΆ

AppQuit closes UniPlot.

bool = AppQuit()
bool = AppQuit(nErrorLevel)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

nErrorLevel

Is a number that is returned to the calling program. If called with the parameter nErrorLevel UniPlot will be terminated immediately. Unsaved documents are not saved. If the function is invoked without the parameter nErrorLevel the user will be asked to save unsaved documents.

Example

AppQuit()

History

Version Description
5.12.0 nErrorLevel can be set.

id-1424160