Method OverridePipeline
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
OverridePipeline(MaaTaskJob, string)
Overrides the pipeline for a specific task.
public bool OverridePipeline(MaaTaskJob taskJob, string pipelineOverride)Parameters
taskJobMaaTaskJob-
The task job to override pipeline for.
pipelineOverridestring-
The json used to override the pipeline.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerOverridePipeline(System.IntPtr,System.Int64,System.String).