Runs the application. When the application is created, run must be called.
Example
var application = new fin.desktop.Application({
name: 'openfin',
url:'http://www.openfin.co',
uuid:'OpenFinSiteUUID',
autoShow: true
});
application.run();