• CronRemove removes a single registered cron job by its name.

    Example:

    cronRemove("hello")
    

    Note that this method is available only in pb_hooks context.

    Parameters

    • jobId: string

    Returns void

Generated using TypeDoc