React Native Job Queue

React Native Job Queue

  • API
  • Docs
  • Help
  • GitHub

›Interfaces

Introduction

  • Globals

Classes

  • JobStoreMock
  • Queue
  • Uuid
  • Worker

Interfaces

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

Job

Job /

represents Job model with Generics

Type parameters

▪ P: object

payload type

Hierarchy

  • Job

Index

Properties

  • active
  • attempts
  • created
  • failed
  • id
  • metaData
  • payload
  • priority
  • timeout
  • workerName

Properties

active

• active: Bool

Defined in models/Job.ts:8


attempts

• attempts: number

Defined in models/Job.ts:11


created

• created: string

Defined in models/Job.ts:12


failed

• failed: string

Defined in models/Job.ts:13


id

• id: string

Defined in models/Job.ts:6


metaData

• metaData: string

Defined in models/Job.ts:10


payload

• payload: P

Defined in models/Job.ts:9


priority

• priority: number

Defined in models/Job.ts:15


timeout

• timeout: number

Defined in models/Job.ts:14


workerName

• workerName: string

Defined in models/Job.ts:7

← CancellablePromiseJobStore →
  • Type parameters
  • Hierarchy
  • Index
    • Properties
  • Properties
    • active
    • attempts
    • created
    • failed
    • id
    • metaData
    • payload
    • priority
    • timeout
    • workerName
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