Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskEventDescription

Description of a task event. Used to create new task events.

Hierarchy

  • ITaskEventDescription

Index

Properties

id: string

The id of the task.

progressRange: { max: number; min: number }

The progress range of the task.

Type declaration

  • max: number
  • min: number
type: TASK_TYPE

The type of the task.

The category of the task (if available).

data?: unknown

The data of the task.