• Summary

    Mark that a job in the queue has completed

    Function

    Example

    const action = 'action-create-card';
    const timestamp = '2020-06-08T09:33:27.481Z';
    markJobDone(action, context.id, timestamp)

    Parameters

    • action: string

      action name

    • id: string

      id of the worker

    • timestamp: string

      when action was completed

    Returns void

Generated using TypeDoc