@squidcloud/client
    Preparing search index...

    Interface SchedulerInfo

    Information about a scheduler instance in the platform.

    interface SchedulerInfo {
        config: SchedulerConfig;
        enabled: boolean;
        schedulerId: string;
    }
    Index

    Properties

    The configuration details for the scheduler.

    enabled: boolean

    Indicates whether the scheduler is currently enabled.

    schedulerId: string

    The unique identifier for the scheduler.