Skip to main content
Access via:io.appManager.myInstance

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

getContext()⚓︎

() => Promise<object>

The starting context of the instance.

stop()⚓︎

() => Promise<void>

Stops the instance.

Returns

Promise that resolves when the instance has been stopped.