Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 1018 Bytes

faastjs.faastmodule.off.md

File metadata and controls

73 lines (38 loc) · 1018 Bytes
id title hide_title
faastjs.faastmodule.off
FaastModule.off() method
true

faastjs > FaastModule > off

FaastModule.off() method

Deregister a callback for statistics events.

Signature:

off(name: "stats", listener: (statsEvent: FunctionStatsEvent) => void): void;

Parameters

Parameter

Type

Description

name

"stats"

listener

(statsEvent: FunctionStatsEvent) => void

**Returns:**

void

Remarks

Stops the callback listener from receiving future function statistics events. Calling FaastModule.cleanup() also turns off statistics events.