Access via:
io.appManager.myInstanceInstanceinterface
Object describing an application instance.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| agm⚓︎ | Instance | x | Interop instance. Use this to invoke Interop methods for that instance. |
|
| application⚓︎ | Application | x | x | |
| id⚓︎ | string | x | Instance ID. |
2 Methods
stop()⚓︎
() => Promise<void>
Stops the instance.
Returns
Promise that resolves when the instance has been stopped.