Class representing a job event.

Constructors

Properties

createdAt: Date
deletedAt?: Date
globusPath: string
hpc: string
hpcPath: string
id: string
isWritable: boolean
name?: string
updatedAt?: Date
userId?: string

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