Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IClientServerSchedule

Hierarchy

  • IClientServerSchedule

Index

Properties

created_at

created_at: string

cron

cron: { day_of_month: string; day_of_week: string; hour: string; minute: string }

Type declaration

  • day_of_month: string
  • day_of_week: string
  • hour: string
  • minute: string

id

id: number

Optional is_active

is_active: boolean

is_processing

is_processing: boolean

Optional last_run_at

last_run_at: string

name

name: string

Optional next_run_at

next_run_at: string

updated_at

updated_at: string

Generated using TypeDoc