/AWS1/CL_CWLEXPORTTASKEXECINFO¶
Represents the status of an export task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_creationtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
iv_completiontime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP¶
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Queryable Attributes¶
creationTime¶
The creation time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
completionTime¶
The completion time of the export task, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONTIME() |
Getter for COMPLETIONTIME, with configurable default |
ASK_COMPLETIONTIME() |
Getter for COMPLETIONTIME w/ exceptions if field has no valu |
HAS_COMPLETIONTIME() |
Determine if COMPLETIONTIME has a value |