User`s guide

11 Functions — Alphabetical List
11-96
completed jobs include those that failed. Jobs that are deleted or whose status is
unavailable are not returned by this function.
out = findJob(c,'p1',v1,'p2',v2,...) returns an array, out, of job objects
whose property values match those passed as property-value pairs, p1, v1, p2, v2, etc.
The property name must be in the form of a string, with the value being the appropriate
type for that property. For a match, the object property value must be exactly the same
as specified, including letter case. For example, if a job’s Name property value is MyJob,
then findJob will not find that object while searching for a Name property value of
myjob.
See Also
createJob | findTask | parcluster | recreate | submit