Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing a job log.

Hierarchy

  • Log

Index

Constructors

Properties

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

Methods

  • setCreatedAt(): Promise<void>
  • Set the createdAt time to the current time.

    async

    Returns Promise<void>

    date - Date this job was created.

  • setUpdatedAt(): Promise<Date>
  • Set the updatedAt time to the current time.

    async

    Returns Promise<Date>

    date - Date this job was last updated.

Generated using TypeDoc