Saxonberg Server API
    Preparing search index...

    Interface ScheduleOpts

    interface ScheduleOpts {
        host?: Stuff;
        tag?: string;
    }
    Index

    Properties

    Properties

    host?: Stuff

    When set, the schedule auto-cancels if this Stuff destructs.

    tag?: string

    Free-form label for bulk cancel via cancelByTag.