Options
All
  • Public
  • Public/Protected
  • All
Menu

Details about a task.

Hierarchy

  • TaskProgressBeanObject

Index

Properties

Optional description

description: string

The description of the task.

elapsedRuntime

elapsedRuntime: number

The execution time of the task, in milliseconds.

format

int64

Optional finished

finished: number

A timestamp recording when the task was finished.

format

int64

id

id: string

The ID of the task.

lastUpdate

lastUpdate: number

A timestamp recording when the task progress was last updated.

format

int64

Optional message

message: string

Information about the progress of the task.

progress

progress: number

The progress of the task, as a percentage complete.

format

int64

Optional result

result: any

The result of the task execution.

self

self: string

The URL of the task.

format

uri

Optional started

started: number

A timestamp recording when the task was started.

format

int64

status

status: "ENQUEUED" | "RUNNING" | "COMPLETE" | "FAILED" | "CANCEL_REQUESTED" | "CANCELLED" | "DEAD"

The status of the task.

submitted

submitted: number

A timestamp recording when the task was submitted.

format

int64

submittedBy

submittedBy: number

The ID of the user who submitted the task.

format

int64

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc