React Native Job Queue

React Native Job Queue

  • API
  • Docs
  • Help
  • GitHub

›Introduction

Introduction

  • Globals

Classes

  • JobStoreMock
  • Queue
  • Uuid
  • Worker

Interfaces

  • CancellablePromise
  • Job
  • JobStore
  • QueueOptions
  • RawJob
  • WorkerOptions
Edit

react-native-job-queue

Index

Classes

  • JobStoreMock
  • Queue
  • Uuid
  • Worker

Interfaces

  • CancellablePromise
  • Job
  • JobStore
  • QueueOptions
  • RawJob
  • WorkerOptions

Type aliases

  • Bool
  • FALSE
  • TRUE

Variables

  • CANCEL
  • FALSE
  • TRUE

Type aliases

Bool

Ƭ Bool: TRUE | FALSE

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

JobStoreMock →
  • Index
    • Classes
    • Interfaces
    • Type aliases
    • Variables
  • Type aliases
    • Bool
    • FALSE
    • TRUE
  • Variables
    • Const CANCEL
    • Const FALSE
    • Const TRUE
React Native Job Queue
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Facebook Open Source
Copyright © 2021 Your Name or Your Company Name