Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias Job

    type Job = {
        id?: string;
        type?: "process" | "command";
        interval?: "short" | "long" | "fixed";
        name?: string;
        nextExecutionTime?: string;
        running?: boolean;
    }
    Index

    Properties

    id?: string
    type?: "process" | "command"
    interval?: "short" | "long" | "fixed"
    name?: string
    nextExecutionTime?: string
    running?: boolean