Restarts the application.
Example
var application = fin.desktop.Application.getCurrent();
application.restart(function () {
console.log("You will not read this.");
}, function (err) {
console.log("failure:", err);
});
Restarts the application.
var application = fin.desktop.Application.getCurrent();
application.restart(function () {
console.log("You will not read this.");
}, function (err) {
console.log("failure:", err);
});