Deprecated
Please use our new set of process APIs:
Window.getProcessInfo
View.getProcessInfo
Application.getProcessInfo
System.getAllProcessInfo
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));