Is there any way to get the Unique ID for a job run that was just started? I would like to start a job and output when each task in the job finishes.
The code below mostly works, but if the job is running twice I will see the ended events from the other runs. I only want to see the events from the run i just started. I think need something like the line that is currently commented out, but I'm not sure how to get the UniqueId.
Edited by moderator
9 years ago
|
Reason: Not specified