Beignet API reference
    Preparing search index...

    Interface ScheduleRunContext

    Metadata for one schedule run.

    interface ScheduleRunContext {
        id?: string;
        scheduledAt?: Date;
        source?: string;
        triggeredAt: Date;
    }
    Index

    Properties

    id?: string

    Optional provider run ID.

    scheduledAt?: Date

    Time the provider planned the run.

    source?: string

    Optional provider or app source label.

    triggeredAt: Date

    Time the runner triggered this execution.