@occultus/api-root - v0.29.3
    Preparing search index...

    Interface TaskCenterOptions

    任务中心配置选项接口

    interface TaskCenterOptions {
        tasks: (Task | TaskGroup)[];
    }
    Index

    Properties

    Properties

    tasks: (Task | TaskGroup)[]

    任务中心中包含的所有任务和任务组列表

    可以是单个任务或任务组