Skip to content

MachinaFFXIV.kill()

karashiiro edited this page Aug 16, 2019 · 2 revisions

Kills the wrapper program. This rarely has a valid use; use stop() instead. After terminating the wrapper in this manner, you must make a new MachinaFFXIV object to continue collecting data.

Usage

Machina.kill(callback);

callback is an optional function to be called once the wrapper starts.

Example

Machina.kill(() => {
    console.log("Machina killed.");
});
Clone this wiki locally