Enumeration CampaignExportServiceJobStatus

CampaignExportServiceJobStatusは、エクスポートのジョブの処理状態です。
CampaignExportServiceJobStatus is a status of job in export setting.
IN_PROGRESS
現在、処理中です。Currently in progress of creating.
COMPLETED
処理が終了しました。Job has completed.
TIMEOUT
タイムアウトしました。Timeout occurred.
SYSTEM_ERROR
システムエラーです。System error occurred.
UNKNOWN
未知の値です。Unknown value.

Enumeration Members

Completed: "COMPLETED"
InProgress: "IN_PROGRESS"
SystemError: "SYSTEM_ERROR"
Timeout: "TIMEOUT"
Unknown: "UNKNOWN"