Determining the Status of a Job
The status of a job refers to changes in the state of a job (for example, the job changes state from BG_JOB_STATE_TRANSFERRING to BG_JOB_STATE_TRANSFERRED) and progress in transferring the files. To capture changes in the status of a job, use the following options:
- Poll for the status of the job.
- Register to receive event notification.
- Register to execute a program based on an event.
To get information about the progress of a job, see Determining the Progress of a Job.