Command: /SE [] [P] - scheduler enum tasks at a time, [P]rint Purpose: Enumerate all tasks in the tasks folder, optionally printing all the properties of each. Arguments: [] - optional value to use for celt in IEnumWorkItems::Next. [P] - optional flag to make JT dump properties of enumerated objects. Remarks: If the [P] flag is not specified, only the names of the enumerated objects are displayed. Examples: /se - print the names of all objects in the tasks folder, one per line. /se p - print all properties of all objects in the tasks folder /se 2 - print the names of all objects in the tasks folder, one per line. use 2 for the celt argument to IEnumWorkItems::Next. Click the Back button or press Backspace to return to the JT main page . . .