Overload List
Name | Description | |
---|---|---|
GetJobsList(String) |
This function gets the list of jobs and their status etc. for the given VC name.
| |
GetJobsList(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.
| |
GetJobsList(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).
|