RestartInstanceOptionsinterface
Options for restarting an app instance.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| context⚓︎ | Record<string, any> | "preserve" | "clear" | "preserve" | x | Context to pass to the restarted instance.
If you provide |
| id⚓︎ | string | x | The ID of the instance to restart. |
|
| timeout⚓︎ | number | 120000 | x | Interval in milliseconds to wait for restarting the app instance. |
| useOriginalDefinition⚓︎ | boolean | false | x | If |