/AWS1/CL_IOJGETPENDINGJOBEXS01¶
GetPendingJobExecutionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_inprogressjobs TYPE /AWS1/CL_IOJJOBEXECSUMMARY=>TT_JOBEXECUTIONSUMMARYLIST TT_JOBEXECUTIONSUMMARYLIST¶
A list of JobExecutionSummary objects with status IN_PROGRESS.
it_queuedjobs TYPE /AWS1/CL_IOJJOBEXECSUMMARY=>TT_JOBEXECUTIONSUMMARYLIST TT_JOBEXECUTIONSUMMARYLIST¶
A list of JobExecutionSummary objects with status QUEUED.
Queryable Attributes¶
inProgressJobs¶
A list of JobExecutionSummary objects with status IN_PROGRESS.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPROGRESSJOBS() |
Getter for INPROGRESSJOBS, with configurable default |
ASK_INPROGRESSJOBS() |
Getter for INPROGRESSJOBS w/ exceptions if field has no valu |
HAS_INPROGRESSJOBS() |
Determine if INPROGRESSJOBS has a value |
queuedJobs¶
A list of JobExecutionSummary objects with status QUEUED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEDJOBS() |
Getter for QUEUEDJOBS, with configurable default |
ASK_QUEUEDJOBS() |
Getter for QUEUEDJOBS w/ exceptions if field has no value |
HAS_QUEUEDJOBS() |
Determine if QUEUEDJOBS has a value |