Manual Reference Source Test
import JobStatusModel from 'clinical6/src/models/import/JobStatus.js'
public class | source

JobStatusModel

Direct Subclass:

JobStatus

Model representing a job status.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single job status

response.id String
  • nullable: false

The id of the job status on the server

response.type String
  • nullable: false

The type of this object ('job_status')

response.status String
  • nullable: false

Status for the job status pending

response.started_at Date
  • optional
  • nullable: false

Time at which the job status was started

response.completed_at Date
  • optional
  • nullable: false

Time at which the job status was completed

Public Members

public completedAt: Date source

public id: String source

public startedAt: Date source

public status: String source