fdservices
IS-IT--Management
Put simply I would like to follow the progress of a background task.
The task would be run as: exec some_task &
While it is running I would like to check its progress: while {true} {test_progress}
So I was thinking: set pid [exec some_task &]
and follow the progress of $pid ... but really I'm stuck.
Can someone give me a clue on how to proceed?
Thanks
Andrew
The task would be run as: exec some_task &
While it is running I would like to check its progress: while {true} {test_progress}
So I was thinking: set pid [exec some_task &]
and follow the progress of $pid ... but really I'm stuck.
Can someone give me a clue on how to proceed?
Thanks
Andrew