_internal.constants.focus - vladzaharia/bitburner GitHub Wiki
- DEFAULT_CHECK_INTERVAL
- DEFAULT_SLEEP_TIME
- HIGH_PRIORITY
- LOWEST_PRIORITY
- LOW_PRIORITY
- MEDIUM_PRIORITY
- TOP_PRIORITY
• Const DEFAULT_CHECK_INTERVAL: number
Default check interval for soft-sleep, 1 minute.
_internal/constants/focus.ts:20
• Const DEFAULT_SLEEP_TIME: number
Default sleep time, 15 minutes.
_internal/constants/focus.ts:17
• Const HIGH_PRIORITY: 5
High priority task.
_internal/constants/focus.ts:5
• Const LOWEST_PRIORITY: number = Infinity
Lowest priority task.
_internal/constants/focus.ts:14
• Const LOW_PRIORITY: 1000
Low priority task.
_internal/constants/focus.ts:11
• Const MEDIUM_PRIORITY: 100
Default priority task.
_internal/constants/focus.ts:8
• Const TOP_PRIORITY: 0
Top priority task.