/AWS1/CL_BTCFRONTOFQUEUEJOBS00¶
An object that represents summary details for the first 100 RUNNABLE jobs in a job queue.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The ARN for a job in a named job queue.
iv_earliesttimeatposition TYPE /AWS1/BTCLONG /AWS1/BTCLONG¶
The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
Queryable Attributes¶
jobArn¶
The ARN for a job in a named job queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
earliestTimeAtPosition¶
The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EARLIESTTIMEATPOSITION() |
Getter for EARLIESTTIMEATPOSITION, with configurable default |
ASK_EARLIESTTIMEATPOSITION() |
Getter for EARLIESTTIMEATPOSITION w/ exceptions if field has |
HAS_EARLIESTTIMEATPOSITION() |
Determine if EARLIESTTIMEATPOSITION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FRONTOFQUEUEJOBSUMMARYLIST¶
TYPES TT_FRONTOFQUEUEJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCFRONTOFQUEUEJOBS00 WITH DEFAULT KEY
.