Skip to content

Job.setName

Grant Carthew edited this page Feb 9, 2017 · 2 revisions

Method Signature

Job.setName(name)

Parameter: name String

  • The new job name value.

Returns: Job Object

Example:

job.setName('Unique Job Name or Group Name')

// or

q.createJob().setName('Unique Job Name or Group Name')

Description

The Job.setName method changes the current name value assigned to the job.

See the Job Name document for more detail.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally