Tutorial: Window.getProcessInfo

Window.getProcessInfo

Returns an array with all frames related to the window. This includes the process info for the window and any iframes associated with it.

Example

    const win = await fin.Window.getCurrent();
    const processInfo = await win.getProcessInfo();