@karmaniverous/jeeves-runner
    Preparing search index...

    Interface ScheduleInvalid

    Failed schedule validation result.

    interface ScheduleInvalid {
        error: string;
        valid: false;
    }
    Index

    Properties

    Properties

    error: string

    Descriptive error message.

    valid: false

    Whether the schedule is valid.