Table of Contents

Method RunPipeline

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

RunPipeline(string, string)

Runs a pipeline.

public TaskDetail? RunPipeline(string entry, string pipelineOverride)

Parameters

entry string

The pipeline entry name.

pipelineOverride string

The json used to override the pipeline.

Returns

TaskDetail?

MaaFramework.Binding.TaskDetail if the operation was executed successfully; otherwise, null.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextRunPipeline(System.IntPtr,System.String,System.String).