ApplicationInstanceinterface
Describes an app instance.
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| appName⚓︎ | string | x | Name of the app as specified in its definition to which the instance belongs. |
|
| id⚓︎ | string | x | ID of the app instance. |
|
| interopInstance⚓︎ | Instance | x | x | Provides access to the Interop instance of the current app instance. |
| pid⚓︎ | number | x | x | Process ID of the current app instance. |
| startedAt⚓︎ | Date | x | Timestamp of when the app instance was started. |
|
| startedBy⚓︎ | StartedByInfo | x | Describes how the current app instance was started and provides details about the app that started it. |