Skip to content

API Reference / @gtkx/runtime / RunApplicationResult

Type Alias: RunApplicationResult

RunApplicationResult = object

Defined in: packages/runtime/dist/lifecycle.d.ts:30

What runApplication reports about the process it just started.

Properties

exitStatus

exitStatus: number

Defined in: packages/runtime/dist/lifecycle.d.ts:34

The status GLib determined for the command line, which the process should exit with.


isPrimary

isPrimary: boolean

Defined in: packages/runtime/dist/lifecycle.d.ts:32

Whether this process owns the application ID and may build a user interface.

Released under the MPL-2.0 License.