We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Starts the wrapper program. Use this and stop() to enable and disable the program throughout your code.
stop()
Machina.start(callback);
callback is an optional function to be called once the wrapper starts.
callback
Machina.start(() => { console.log("Machina started!"); });