Skip to content

/AWS1/CL_TBDGETSESSACTIONRSP

GetSessionActionResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SESSIONACTIONID TYPE /AWS1/TBDSESSIONACTIONID /AWS1/TBDSESSIONACTIONID

The session action ID.

IV_STATUS TYPE /AWS1/TBDSESSIONACTIONSTATUS /AWS1/TBDSESSIONACTIONSTATUS

The status of the session action.

IV_SESSIONID TYPE /AWS1/TBDSESSIONID /AWS1/TBDSESSIONID

The session ID for the session action.

IO_DEFINITION TYPE REF TO /AWS1/CL_TBDSESSIONACTIONDEFN /AWS1/CL_TBDSESSIONACTIONDEFN

The session action definition.

Optional arguments:

IV_STARTEDAT TYPE /AWS1/TBDSTARTEDAT /AWS1/TBDSTARTEDAT

The date and time the resource started running.

IV_ENDEDAT TYPE /AWS1/TBDENDEDAT /AWS1/TBDENDEDAT

The date and time the resource ended running.

IV_WORKERUPDATEDAT TYPE /AWS1/TBDTIMESTAMP /AWS1/TBDTIMESTAMP

The Linux timestamp of the date and time the session action was last updated.

IV_PROGRESSPERCENT TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

The percentage completed for a session action.

IV_PROCESSEXITCODE TYPE /AWS1/TBDPROCESSEXITCODE /AWS1/TBDPROCESSEXITCODE

The exit code to exit the session.

IV_PROGRESSMESSAGE TYPE /AWS1/TBDSESSACTIONPRGSSMSG /AWS1/TBDSESSACTIONPRGSSMSG

The message that communicates the progress of the session action.


Queryable Attributes

sessionActionId

The session action ID.

Accessible with the following methods

Method Description
GET_SESSIONACTIONID() Getter for SESSIONACTIONID, with configurable default
ASK_SESSIONACTIONID() Getter for SESSIONACTIONID w/ exceptions if field has no val
HAS_SESSIONACTIONID() Determine if SESSIONACTIONID has a value

status

The status of the session action.

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

startedAt

The date and time the resource started running.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

endedAt

The date and time the resource ended running.

Accessible with the following methods

Method Description
GET_ENDEDAT() Getter for ENDEDAT, with configurable default
ASK_ENDEDAT() Getter for ENDEDAT w/ exceptions if field has no value
HAS_ENDEDAT() Determine if ENDEDAT has a value

workerUpdatedAt

The Linux timestamp of the date and time the session action was last updated.

Accessible with the following methods

Method Description
GET_WORKERUPDATEDAT() Getter for WORKERUPDATEDAT, with configurable default
ASK_WORKERUPDATEDAT() Getter for WORKERUPDATEDAT w/ exceptions if field has no val
HAS_WORKERUPDATEDAT() Determine if WORKERUPDATEDAT has a value

progressPercent

The percentage completed for a session action.

Accessible with the following methods

Method Description
GET_PROGRESSPERCENT() Getter for PROGRESSPERCENT, with configurable default
ASK_PROGRESSPERCENT() Getter for PROGRESSPERCENT w/ exceptions if field has no val
STR_PROGRESSPERCENT() String format for PROGRESSPERCENT, with configurable default
HAS_PROGRESSPERCENT() Determine if PROGRESSPERCENT has a value

sessionId

The session ID for the session action.

Accessible with the following methods

Method Description
GET_SESSIONID() Getter for SESSIONID, with configurable default
ASK_SESSIONID() Getter for SESSIONID w/ exceptions if field has no value
HAS_SESSIONID() Determine if SESSIONID has a value

processExitCode

The exit code to exit the session.

Accessible with the following methods

Method Description
GET_PROCESSEXITCODE() Getter for PROCESSEXITCODE, with configurable default
ASK_PROCESSEXITCODE() Getter for PROCESSEXITCODE w/ exceptions if field has no val
HAS_PROCESSEXITCODE() Determine if PROCESSEXITCODE has a value

progressMessage

The message that communicates the progress of the session action.

Accessible with the following methods

Method Description
GET_PROGRESSMESSAGE() Getter for PROGRESSMESSAGE, with configurable default
ASK_PROGRESSMESSAGE() Getter for PROGRESSMESSAGE w/ exceptions if field has no val
HAS_PROGRESSMESSAGE() Determine if PROGRESSMESSAGE has a value

definition

The session action definition.

Accessible with the following methods

Method Description
GET_DEFINITION() Getter for DEFINITION