Checks if the application has an associated tray icon.
Example
const app = await fin.Application.wrap({ uuid: 'testapp' });
const hasTrayIcon = await app.hasTrayIcon();
console.log(hasTrayIcon);
Checks if the application has an associated tray icon.
const app = await fin.Application.wrap({ uuid: 'testapp' });
const hasTrayIcon = await app.hasTrayIcon();
console.log(hasTrayIcon);