GetJobOutput Method
Retrieves the output from the job.
Syntax
public void getJobOutput(String vaultName, String jobId);
Remarks
This method retrieves the output from a completed job. If SetDownloadStream has been called the data will be written to the stream. If LocalFile is set, the data will be written to the specified file. If LocalFile is not set the data will be written to either InventoryData or ArchiveData depending on the type of job.