Hi everyone,
Has anyone tried using JobPropertyIds.ProcessIds for Linux nodes? I get results for Windows nodes but not for Linux nodes:
foreach (KeyValuePair<string, string> id in (Dictionary<string, string>)propertyRow[JobPropertyIds.ProcessIds].Value)
{
Console.Write("{0}({1}", id.Key, id.Value);
}
Thanks!