Options
All
  • Public
  • Public/Protected
  • All
Menu

Module _internal/constants/focus

Index

Variables

DEFAULT_CHECK_INTERVAL: number = ...

Default check interval for soft-sleep, 1 minute.

DEFAULT_SLEEP_TIME: number = ...

Default sleep time, 15 minutes.

HIGH_PRIORITY: 5 = 5

High priority task.

LOWEST_PRIORITY: number = Infinity

Lowest priority task.

LOW_PRIORITY: 1000 = 1000

Low priority task.

MEDIUM_PRIORITY: 100 = 100

Default priority task.

TOP_PRIORITY: 0 = 0

Top priority task.

Generated using TypeDoc