Method AppendTask
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
AppendTask(string, string)
Appends a job of executing a task, could be called multiple times.
MaaTaskJob AppendTask(string entry, string pipelineOverride = "{}")
Parameters
entry
string-
The entry name of the task.
pipelineOverride
string-
The json used to override the pipeline.
Returns
- MaaTaskJob
-
A task job.