-
Notifications
You must be signed in to change notification settings - Fork 8
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.
Machina.kill(callback);
callback is an optional function to be called once the wrapper starts.
Machina.kill(() => {
console.log("Machina killed.");
});