Function getByKey

  • Retrieve a task by its namespaced unique key

    Parameters

    • namespace: string
    • key: string

    Returns Promise<ScheduledTask | undefined>

    Either the task if found, or undefined

    Deprecated

    Deprecated in favor of new task bucket API. See Script.createTaskBucket

Generated using TypeDoc