Overload List

  NameDescription
Public methodStatic memberGetJobsList(String)
This function gets the list of jobs and their status etc. for the given VC name.
Public methodStatic memberGetJobsList(String, String, Nullable<(Of <<'(JobInfo..::..JobState>)>>), Nullable<(Of <<'(DateTime>)>>))
This function gets the list of jobs and their status etc. for the given VC name. It also filters the job list based on submittedBy, jobState and jobEndDate.
Public methodStatic memberGetJobsList(String, String, Nullable<(Of <<'(JobInfo..::..JobState>)>>), Nullable<(Of <<'(DateTime>)>>), String, Boolean)
This function generates an XML file containing the list of jobs and their status etc. for the given VC name. It also filters the job list based on submittedBy, jobState and jobEndDate. The XML file will have some job fields populated. To populate all fields for a particular job, use GetJobInfo(String, Boolean, String, Boolean).

See Also