⚠️ Internal: This API is not publically exported by the package.
      interface PipelineOptions {
          end?: boolean;
          signal?: AbortSignal;
      }

      Properties

      Properties

      end?: boolean
      signal?: AbortSignal