How to use the @node-red/runtime.stop function in @node-red/runtime

To help you get started, we’ve selected a few @node-red/runtime examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github node-red / node-red / packages / node_modules / node-red / lib / red.js View on Github external
stop: function() {
        return runtime.stop().then(function() {
            if (apiEnabled) {
                return api.stop();
            }
        })
    },

@node-red/runtime

@node-red/runtime ====================

Apache-2.0
Latest version published 27 days ago

Package Health Score

95 / 100
Full package analysis

Similar packages