Method AppendPipeline
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
AppendPipeline(string, string)
Appends a job of executing a pipeline, could be called multiple times.
public MaaTaskJob AppendPipeline(string entry, string pipelineOverride = "{}")
Parameters
entry
string-
The entry of the pipeline.
pipelineOverride
string-
The json used to override the pipeline.
Returns
- MaaTaskJob
-
A pipeline job.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerPostPipeline(System.IntPtr,System.String,System.String).