Skip to main content

EngineProcess

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new EngineProcess(uid)

Parameters

NameType
uidstring

Overrides

EventEmitter.constructor

Properties

uid

Readonly uid: string

Methods

close

close(): void

Returns

void


input

input(name, data): void

Call an input by name/channel

Parameters

NameType
namestring
dataany

Returns

void


off

off(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

EventEmitter.off


on

on(event, handler): any

Parameters

NameType
eventstring
handlerany

Returns

any

Inherited from

EventEmitter.on