/AWS1/CL_EMCLISTJOBRUNSRSP¶
ListJobRunsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobruns TYPE /AWS1/CL_EMCJOBRUN=>TT_JOBRUNS TT_JOBRUNS¶
This output lists information about the specified job runs.
iv_nexttoken TYPE /AWS1/EMCNEXTTOKEN /AWS1/EMCNEXTTOKEN¶
This output displays the token for the next set of job runs.
Queryable Attributes¶
jobRuns¶
This output lists information about the specified job runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBRUNS() |
Getter for JOBRUNS, with configurable default |
ASK_JOBRUNS() |
Getter for JOBRUNS w/ exceptions if field has no value |
HAS_JOBRUNS() |
Determine if JOBRUNS has a value |
nextToken¶
This output displays the token for the next set of job runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |