Skip to content

/AWS1/CL_RBMPROGRESSDETAIL

Information about the progress of a deployment job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_currentprogress TYPE /AWS1/RBMROBOTDEPLOYMENTSTEP /AWS1/RBMROBOTDEPLOYMENTSTEP

The current progress status.

Validating

Validating the deployment.

DownloadingExtracting

Downloading and extracting the bundle on the robot.

ExecutingPreLaunch

Executing pre-launch script(s) if provided.

Launching

Launching the robot application.

ExecutingPostLaunch

Executing post-launch script(s) if provided.

Finished

Deployment is complete.

iv_percentdone TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

Precentage of the step that is done. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

iv_estimatedtimeremainings00 TYPE /AWS1/RBMGENERICINTEGER /AWS1/RBMGENERICINTEGER

Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

iv_targetresource TYPE /AWS1/RBMGENERICSTRING /AWS1/RBMGENERICSTRING

The Amazon Resource Name (ARN) of the deployment job.


Queryable Attributes

currentProgress

The current progress status.

Validating

Validating the deployment.

DownloadingExtracting

Downloading and extracting the bundle on the robot.

ExecutingPreLaunch

Executing pre-launch script(s) if provided.

Launching

Launching the robot application.

ExecutingPostLaunch

Executing post-launch script(s) if provided.

Finished

Deployment is complete.

Accessible with the following methods

Method Description
GET_CURRENTPROGRESS() Getter for CURRENTPROGRESS, with configurable default
ASK_CURRENTPROGRESS() Getter for CURRENTPROGRESS w/ exceptions if field has no val
HAS_CURRENTPROGRESS() Determine if CURRENTPROGRESS has a value

percentDone

Precentage of the step that is done. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

Accessible with the following methods

Method Description
GET_PERCENTDONE() Getter for PERCENTDONE, with configurable default
ASK_PERCENTDONE() Getter for PERCENTDONE w/ exceptions if field has no value
STR_PERCENTDONE() String format for PERCENTDONE, with configurable default
HAS_PERCENTDONE() Determine if PERCENTDONE has a value

estimatedTimeRemainingSeconds

Estimated amount of time in seconds remaining in the step. This currently only applies to the Downloading/Extracting step of the deployment. It is empty for other steps.

Accessible with the following methods

Method Description
GET_ESTIMATEDTIMEREMAINING00() Getter for ESTIMATEDTIMEREMAININGSECS, with configurable def
ASK_ESTIMATEDTIMEREMAINING00() Getter for ESTIMATEDTIMEREMAININGSECS w/ exceptions if field
HAS_ESTIMATEDTIMEREMAINING00() Determine if ESTIMATEDTIMEREMAININGSECS has a value

targetResource

The Amazon Resource Name (ARN) of the deployment job.

Accessible with the following methods

Method Description
GET_TARGETRESOURCE() Getter for TARGETRESOURCE, with configurable default
ASK_TARGETRESOURCE() Getter for TARGETRESOURCE w/ exceptions if field has no valu
HAS_TARGETRESOURCE() Determine if TARGETRESOURCE has a value