react-native-job-queue
Index
Classes
Interfaces
Type aliases
Variables
Type aliases
Bool
Defined in models/Job.ts:35
used to map booleans to integer since Sqlite doesn't support boolean
FALSE
Ƭ FALSE: 0
Defined in models/Job.ts:36
TRUE
Ƭ TRUE: 1
Defined in models/Job.ts:37
Variables
Const
CANCEL
• CANCEL: "rn_job_queue_cancel" = "rn_job_queue_cancel"
Defined in Worker.ts:3
Const
FALSE
• FALSE: 0
= 0
Defined in models/Job.ts:38
Const
TRUE
• TRUE: 1
= 1
Defined in models/Job.ts:39