Skip to content

Job.getLastLog

Grant Carthew edited this page Nov 1, 2016 · 1 revision

Method Signature

Job.getLastLog()

Returns: Object

  • Retrieves the latest log entry for the job.

Example:

let jobLog = job.getLastLog()
// jobLog contains the latest log entry.

Description

This method is a convenience to retrieve the latest or last log entry created against this Job object.

See the Job.log property for a full list of log entries.

Main

How It Works

Contributing

API

Queue Methods

Queue Properties

Queue Events

Job Methods

Job Properties

Documentation

Clone this wiki locally