Skip to main content

Type Alias: NodeExtensionShutdownMethod

NodeExtensionShutdownMethod = () => Promise<void>

The type for the shutdown method of an extension module. This is called when the engine is shutting down.

Returns

Promise<void>