Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing a job event.

Hierarchy

  • Folder

Index

Constructors

Properties

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

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