Skip to main content

Function: shutdownExtensions()

shutdownExtensions(envVars, engineCore): Promise<void>

Handles the shutdown of the extensions.

Parameters

envVars

INodeEnvironmentVariables

The environment variables for the node.

engineCore

IEngineCore

The engine core instance.

Returns

Promise<void>

Nothing.