Tutorial: System.monitorExternalProcess

System.monitorExternalProcess

Monitors a running process.

Example

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