Method AppendPipeline
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
AppendPipeline(string, string)
Appends a job of executing a pipeline, could be called multiple times.
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.