[internal] The exit result.
[internal] Whether the application is still running.
[internal] Whether the application is in the process of shutting down.
The app (process) ID.
Incremented when a new instance is created. You can use this ID to kill your process.
The main application window.
Execution context.
IPC event queues.
Process title.
A list containing all window objects owned by this application.
!! Do not override !! Creates a new window for the specified application.
Set isAppWindow
to false to create a sub window that closes when the main window closes.
The parameters to use to create the window.
Specifies whether this is an application window (the main window). Only one such window is allowed to exist.
The entry point to the application.
The arguments to pass to the application.
Called when the application is terminated.
A user defined result.
Called when the application will be terminated.
Registers an IPC event queue.
The name of the queue to create.
Sets a value as the app result.
The value to use as a result.
Terminates the application.
Unregisters all event queues.
Unregisters an Ipc EQ.
The name of the queue to unregister.
Generated using TypeDoc
Represents a Windows 96 application instance.