o.getcprogress()
o.getnprogress()
o.gettimeremaining()
It is important to note that this process will terminate if the paramter to which
this object is assigned is released. Hence make sure it stays in scope.
It is reccommended that you use a separate instance of the job server to monitor
progress of the job as it will speed the time it takes to return the information
about jobs the progress.
o.StartJob('DFFGF444')
This would;
1. Start a process running which will run job 'DFFGF444'
2. Return control to the user