Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskEvent

Definition of the task event. These events are sent for task specific events (EVENTTYPE_TASK).

Hierarchy

Index

Properties

id: string

The id of the task.

progress: number

The progress of the task.

type: TASK_TYPE

The type of the task.

data?: unknown

The data of the task.

status?: string

The status of the task.