public string[] GetJobs(string username, string password)
Gets a list of the unique names for all previously submitted jobs.
This method returns only the names of each job. To get more details for a specific job, pass one of these names to
the GetJobDetails method.