Enumeration ExportJobStatusInternal

Indicates the current state of the board export job. Possible values: CREATED: the job has been created but not yet started. Retry the status call after some time. IN_PROGRESS: the job is in progress, and the results are not ready yet. Retry the status call after some time. CANCELLED: the job has been cancelled and will not produce any more results. FINISHED: the job is complete. You can now get results for the board export job.

Enumeration Members

Enumeration Members

Cancelled: number
Created: number
Finished: number
InProgress: number