@squidcloud/client
    Preparing search index...

    Interface UpdateSchedulerOptions

    Options for updating an existing scheduler in the platform.

    interface UpdateSchedulerOptions {
        enabled?: boolean;
        schedulerId: string;
    }
    Index

    Properties

    enabled?: boolean

    Optional flag to enable or disable the scheduler.

    schedulerId: string

    The unique identifier of the scheduler to update.