Method RunPipeline
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
RunPipeline(string, string)
Runs a pipeline.
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.