Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Task

export
namespace

Task

Index

Enumerations

Properties

Properties

Optional id

id: string

UUID of this task to be used for identification on further task actions

type

{string}

memberof

Task

Optional state

state: StateEnum

Represents the state of this task

type

{string}

memberof

Task

type

type: string

Discriminator for subtypes. At the moment only TransferTask is supported.

type

{string}

memberof

Task