JobStatus ( string )
Returns the current state of a Bulk Data Exchange Job. Use getJobStatus to find out where your job is in the processing cycle. A request without a specific Job ID will return status for all jobs.

Types that use JobStatus:

Enumeration Values
Value Description Which calls use this value *
Aborted The Bulk Data Exchange has been aborted due to the abortJobRequset call. getJobs, getJobStatus, getRecurringJobExecutionHistory, getRecurringJobExecutionStatus
Completed Processing on the data file or the report has finished. getJobs, getJobStatus, getRecurringJobExecutionHistory, getRecurringJobExecutionStatus
Created The job ID and file reference ID have been created as a result of the createUploadJobRequest or the startDownloadJobRequest. getJobs, getJobStatus, getRecurringJobExecutionHistory, getRecurringJobExecutionStatus
Failed The Bulk Data Exchange job has not completed successfully, due to incorrect data format, request errors, or Bulk Data Exchange service errors. getJobs, getJobStatus, getRecurringJobExecutionHistory, getRecurringJobExecutionStatus
InProcess Processing on the data file or the report has begun. getJobs, getJobStatus, getRecurringJobExecutionHistory, getRecurringJobExecutionStatus
Scheduled The job has been internally scheduled for processing by the Bulk Data Exchange service. getJobs, getJobStatus, getRecurringJobExecutionHistory, getRecurringJobExecutionStatus
  * See the Enumeration Index to see exact use of each enumeration value in the API.

This document was generated with a customized version of the apireferencedocs tool.

© 2008–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.