Table of Contents

Method OverridePipeline

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

OverridePipeline(string)

Overrides pipeline for this task, dynamically modifies pipeline configuration during task execution.

public bool OverridePipeline(string pipelineOverride)

Parameters

pipelineOverride string

The json used to override the pipeline.

Returns

bool

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