Classes
Members
(static) IPC :IPC
The IPC class to use in the native part to establish the dispatcher's communication channel.
Type:
- IPC
Methods
(static) activateSilentMode()
Activates the silentMode by closing the networking and discovery communication channels. The engine is still running and operative but cannot receive any requests nor can be seen in the network.
(static) deactivateSilentMode()
Deactivates the silentMode by opening all networking and discovery communication channels.
(static) init(options, ipc)
Initializes the universal part of the PROCEED engine. Dependending on the
options, the discovery and networking can delay the opening of the
communication channels to a later point using the silentMode
key.
Parameters:
Name | Type | Description |
---|---|---|
options |
object | The options for the engine start up |
ipc |
* | The IPC instance to use in the dispatcher |