Table of Contents

Method OverridePipeline

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

OverridePipeline(MaaTaskJob, string)

Overrides the pipeline for a specific task.

bool OverridePipeline(MaaTaskJob taskJob, string pipelineOverride)

Parameters

taskJob MaaTaskJob

The task job to override pipeline for.

pipelineOverride string

The json used to override the pipeline.

Returns

bool

true if the operation was executed successfully; otherwise, false.