Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RoverBundleStatus

The status of the rover bundle status by a specified work request id.

Properties

Optional bundleName

bundleName: undefined | string

The full name of the bundle.

Optional errorMessage

errorMessage: undefined | string

The error message if work request fails.

Optional percentComplete

percentComplete: undefined | number

Percentage of the work request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

status

status: Status

The progress of the workflow.

Optional timeAccepted

timeAccepted: Date

The date and time the work request was created. An RFC3339 formatted datetime string.

Optional timeFinished

timeFinished: Date

The date and time the work request was finished. An RFC3339 formatted datetime string.

Optional timeStarted

timeStarted: Date

The date and time the work request was started. An RFC3339 formatted datetime string.

Functions

getDeserializedJsonObj

getJsonObj