Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration QueueState

Running state of queue.

Index

Enumeration members

Enumeration members

Aborted

Aborted: = 4

Aborted because of error or by user.

Finish

Finish: = 3

All tasks finshed.

Paused

Paused: = 2

Been paused.

Pending

Pending: = 0

Not started.

Running

Running: = 1

Any task is running.

Generated using TypeDoc