Type alias JobStatus

JobStatus: CreatedJobStatus & {
    InputParameterType: string;
    InputParameterValue: string;
    IsProcessed: boolean;
    JobGUID: string;
    SucceededWithoutError: boolean;
    TimeCreated: Date;
    TimeProcessingFinished: Date;
    TimeProcessingStarted: Date;
}

Type declaration

  • InputParameterType: string
  • InputParameterValue: string
  • IsProcessed: boolean
  • JobGUID: string
  • SucceededWithoutError: boolean
  • TimeCreated: Date
  • TimeProcessingFinished: Date
  • TimeProcessingStarted: Date

Generated using TypeDoc