then method

IPipelineJob then(
  1. IPipelineJob next
)

Implementation

IPipelineJob then(IPipelineJob next) => MediaPipelineJob(
      [this, next],
    );