Monitors a running process.
Example
fin.System.monitorExternalProcess({
pid: 10208
}).then(processIdentity => console.log(processIdentity)).catch(err => console.log(err));
Monitors a running process.
fin.System.monitorExternalProcess({
pid: 10208
}).then(processIdentity => console.log(processIdentity)).catch(err => console.log(err));