Object Manager | Window Close Action | Choose a setting from the list. |
---|---|---|
Command line | --windowclose notifyapp | killapp | suspendsession | endsession
|
Specify a valid setting. |
This attribute determines what happens if the user closes the main application window using the Window Manager decoration. This attribute only applies for applications configured to Display Using client window management.
Object Manager | Command line | Description |
---|---|---|
Notify application | notifyapp |
The application is notified of a close action in the normal way. If the application ignores the request, Tarantella kills it. |
Kill application | killapp |
Tarantella kills the application. This is similar to
using the program |
Suspend session | suspendsession |
If the application object is resumable, the application's emulator session is suspended. If the application object is not resumable, the emulator sesson ends. You should use this setting only if the application provides its own mechanism for the user to exit. |
End session | endsession |
Tarantella ends the application's emulator session. |
Note If an emulator session contains several main application windows, for example a CDE session with several applications running, and this attribute is set to either Suspend Session or End Session, then closing any of the applications will result in the entire session being suspended or ended.
--windowclose suspendsession
Closing the application's main window suspends the emulator session, as long as the application object is resumable.