/AWS1/CL_PANLATESTDEVICEJOB¶
Returns information about the latest device job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_imageversion TYPE /AWS1/PANIMAGEVERSION /AWS1/PANIMAGEVERSION¶
The target version of the device software.
iv_status TYPE /AWS1/PANUPDATEPROGRESS /AWS1/PANUPDATEPROGRESS¶
Status of the latest device job.
iv_jobtype TYPE /AWS1/PANJOBTYPE /AWS1/PANJOBTYPE¶
The job's type.
Queryable Attributes¶
ImageVersion¶
The target version of the device software.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEVERSION() |
Getter for IMAGEVERSION, with configurable default |
ASK_IMAGEVERSION() |
Getter for IMAGEVERSION w/ exceptions if field has no value |
HAS_IMAGEVERSION() |
Determine if IMAGEVERSION has a value |
Status¶
Status of the latest device 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 |
JobType¶
The job's type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBTYPE() |
Getter for JOBTYPE, with configurable default |
ASK_JOBTYPE() |
Getter for JOBTYPE w/ exceptions if field has no value |
HAS_JOBTYPE() |
Determine if JOBTYPE has a value |