Hi,
I have a monitor job script(right click on multiple or one job) in which I need a list of all workers from the pool which is assigned to the job.
Does anybody know how I can retrieve that data?
Thanks a lot!
Hi,
I have a monitor job script(right click on multiple or one job) in which I need a list of all workers from the pool which is assigned to the job.
Does anybody know how I can retrieve that data?
Thanks a lot!
In the scripting reference I saw SetSlavePools
, but no GetSlavePools
,
but you can call:
deadlinecommand -GetSlaveNamesInPool <Pool Name(s)>
where
<Pool Name(s)> The Pool name, or a list of Pool names separated by commas
Thanks a lot. That is exactly what I need. Weird that it is only available via command.