describes a job

Hierarchy

  • IJobInfo

Properties

created?: string

job created date as date-time

finished?: string

job finished date as date-time

jobID: string

job id

links?: ILink[]

job links

message?: string

job message

processID?: string

process id of job

progress?: number

job progress from 0 to 100

started?: string

job started date as date-time

status: TJobStatus

job status

type: "process"
updated?: string

job updated date as date-time

Generated using TypeDoc