Class representing a job log.

Constructors

Properties

createdAt: Date
deletedAt?: Date
id: number
job: Job
jobId: string
message: string
updatedAt?: Date

Methods

  • Set the createdAt time to the current time.

    Returns void

    date - Date this job was created.

  • Set the updatedAt time to the current time.

    Returns Date

    date - Date this job was last updated.

Generated using TypeDoc