/AWS1/CL_S3CUPDJOBSTATUSRSLT¶
UpdateJobStatusResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/S3CJOBID /AWS1/S3CJOBID¶
The ID for the job whose status was updated.
iv_status TYPE /AWS1/S3CJOBSTATUS /AWS1/S3CJOBSTATUS¶
The current status for the specified job.
iv_statusupdatereason TYPE /AWS1/S3CJOBSTATUSUPDATEREASON /AWS1/S3CJOBSTATUSUPDATEREASON¶
The reason that the specified job's status was updated.
Queryable Attributes¶
JobId¶
The ID for the job whose status was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
Status¶
The current status for the specified job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusUpdateReason¶
The reason that the specified job's status was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSUPDATEREASON() |
Getter for STATUSUPDATEREASON, with configurable default |
ASK_STATUSUPDATEREASON() |
Getter for STATUSUPDATEREASON w/ exceptions if field has no |
HAS_STATUSUPDATEREASON() |
Determine if STATUSUPDATEREASON has a value |