Provides methods for interacting with the current app process.
Methods
Required
Returns information about the current app process.
To learn more, see appProcess.current.getInfo
.
Required
Requests the termination of the current process.
To learn more, see appProcess.current.requestClose
.
Required
Registers a callback that runs when the current app process is about to close.
To learn more, see appProcess.current.setOnDispose
.