Skip to content

Queue.Job

Grant Carthew edited this page May 15, 2017 · 2 revisions

Method Signature

Queue.Job

Returns: Job object

Example:

let jobObject = q.Job

Description

This public facing API was added in v3.1.3 of the rethinkdb-job-queue purely to support the TypeScript definitions. The Job object has been defined as an abstract class.

It is not needed by client code and should not be used.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally