VOV: Get a list of all suspended jobs


To get a list of suspended jobs, perform the following steps:

  1. Create a set using a selection rule, for example:
    % set ssid [vtk_set_create  suspjobs "isjob statusnc==Suspended"]
  2. Enumerate the items with all the fields of interest, for example:
    % vtk_set_get_elements $ssid "@ID@ @....@“