Retrieves an array of all of the runtime processes that are currently running
Example
fin.System.getProcessList().then(ProcessList => console.log(ProcessList)).catch(err => console.log(err));
Retrieves an array of all of the runtime processes that are currently running
fin.System.getProcessList().then(ProcessList => console.log(ProcessList)).catch(err => console.log(err));