/AWS1/CL_ETCLISTJOBSBYSTATRSP¶
The ListJobsByStatusResponse structure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobs TYPE /AWS1/CL_ETCJOB=>TT_JOBS TT_JOBS¶
An array of
Jobobjects that have the specified status.
iv_nextpagetoken TYPE /AWS1/ETCID /AWS1/ETCID¶
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.
Queryable Attributes¶
Jobs¶
An array of
Jobobjects that have the specified status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBS() |
Getter for JOBS, with configurable default |
ASK_JOBS() |
Getter for JOBS w/ exceptions if field has no value |
HAS_JOBS() |
Determine if JOBS has a value |
NextPageToken¶
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of
NextPageTokenisnull.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN, with configurable default |
ASK_NEXTPAGETOKEN() |
Getter for NEXTPAGETOKEN w/ exceptions if field has no value |
HAS_NEXTPAGETOKEN() |
Determine if NEXTPAGETOKEN has a value |