Member Junction
    Preparing search index...

    Delete Scheduled Job action. Deletes an existing scheduled job from the system. Will fail if the job has related records that prevent deletion.

    await RunAction({
    ActionName: 'Delete Scheduled Job',
    Params: [
    { Name: 'JobID', Value: 'F3C4A5B6-...' }
    ]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Build filter expression for job queries

      Parameters

      • filters: {
            createdAfter?: Date;
            createdBefore?: Date;
            isActive?: boolean;
            jobTypeId?: string;
            status?: string;
        }

        Object containing optional filter criteria

      Returns string

      SQL WHERE clause string