Tutorial: application.terminate

application.terminate

Adds a customizable icon in the system tray and notifies the application when clicked.

Example

var application = new fin.desktop.Application({
    name: 'openfin', 
    url:'http://www.openfin.co',
    uuid:'OpenFinSiteUUID', 
    autoShow: true
});

application.run();
application.terminate();