Retrieves the process information associated with a window.
Example
const win = await fin.Window.getCurrent();
const processInfo = await win.getProcessInfo();
Retrieves the process information associated with a window.
const win = await fin.Window.getCurrent();
const processInfo = await win.getProcessInfo();