Options
All
  • Public
  • Public/Protected
  • All
Menu

ScheduleTaskStatus describes the current status of a schedule task.

Hierarchy

  • ScheduleTaskStatus

Index

Properties

Optional error

error: undefined | string

The error that occurred during the last run, if any.

Optional lastRunEnd

lastRunEnd: undefined | string

The ISO 8601-formatted date and time at which the last run ended.

Optional lastRunStart

lastRunStart: undefined | string

The ISO 8601-formatted date and time at which the last run started.

Optional lastRunStatus

lastRunStatus: undefined | string

The status of the last run of the task.

Optional message

message: undefined | string

The error message from the last run, if any.

Optional nextRunStart

nextRunStart: undefined | string

The ISO 8601-formatted date and time at which the next run is scheduled.

Optional nextRunStatus

nextRunStatus: undefined | string

The status of the next run of the task.

task

task: string

The name of the schedule task.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc