Enumeration ReportDefinitionServiceReportJobStatus

ReportDefinitionServiceReportJobStatusは、定義されたレポートの処理状況です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
ReportDefinitionServiceReportJobStatus serves the process status for the defined report.
Although this field will be returned in the response, it will be ignored on input.
WAIT
待機中です。Please wait for report request to complete.
IN_PROGRESS
レポートは作成中です。Report request is being processed.
COMPLETED
正常に終了しました。Report request completed successfully.
CANCELED
処理が中止されました。The process was halted.
FAILED
処理が失敗しました。Report request failed.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

Canceled: "CANCELED"
Completed: "COMPLETED"
Failed: "FAILED"
InProgress: "IN_PROGRESS"
Unknown: "UNKNOWN"
Wait: "WAIT"