Method Quit
Quit(bool, bool)
Terminates the applicaton.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 160)]
void Quit(bool inAsksUser, bool inSaves)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | inAsksUser | Whether to ask the user for confirmation if some documents need to be saved. |
| bool | inSaves | Whether to automatically save the documents that need it when the user is not asked for confirmation. |
Remarks
This method is available since v7.7.201.160.