Module: @proceed/core

Classes

BPMNSeparator
BPMNSeparator
Engine
Management

Members

(static) IPC :IPC

The IPC class to use in the native part to establish the dispatcher's communication channel.

Type:
  • IPC
Source:

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.

Source:

(static) deactivateSilentMode()

Deactivates the silentMode by opening all networking and discovery communication channels.

Source:

(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

Source: