IHubJobRecord

Interface

Represents a job record from the Hub API

Properties

Property Type Notes
created number

Timestamp of when the job record was created

id string

Unique entry id

message string

untranslated plaintext message

messageId string

wellknown message id

modified number

Timestamp of when the job record was last modified

status JobRecordStatus

Status of the job record

type JobRecordType

Type of job record


Interface defined in common/src/content/types.ts:32