Function deleteByKey

  • Delete a task by its namespaced unique key

    Parameters

    • namespace: string
    • key: string

    Returns Promise<boolean>

    true if found and deleted, false otherwise

    Deprecated

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

Generated using TypeDoc