handleStepComplete method

Last updated: 2026-03-05T10:53:28.864Z

Metrics

LOC: 6 Complexity: 1 Params: 1

Signature

handleStepComplete(payload)

Source Code

    handleStepComplete(payload) {
      // This is for async step completion (when the content script
      // responds asynchronously). Currently, we await the response inline,
      // so this is a no-op placeholder for future scenarios.
      log.debug(`Step complete: ${payload.stepId}`, payload.result);
    },

No outgoing dependencies.

No incoming dependencies.