Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityScheduleInformation

description

Activity Schedule

author

Alex Chomiak

date

2020-06-23

interface

ActivityScheduleInformation

member

{string | null} cron for repeating activity, if null, schedule once

Hierarchy

Index

Properties

Properties

callback

callback: (data: any) => void

Type declaration

    • (data: any): void
    • Parameters

      • data: any

      Returns void

cron

cron: string | null

Generated using TypeDoc