Class TaskAbstract

Constructors

Properties

constraints: Constraint[] = []

Methods

  • Run daily at a specific time UTC.

    Parameters

    • time: string

    Returns this

  • Run monthly on the first day of the month at midnight UTC.

    Returns this

  • Run monthly on a specific date of the month at a specific time UTC.

    Parameters

    • date: string
    • time: string

    Returns this

  • Run weekly on a specific day of the week at a specific time UTC.

    Parameters

    • day: string
    • time: string

    Returns this