Method AppendTask
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
AppendTask(string, string)
Appends a job of executing a task, could be called multiple times.
public 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.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerPostTask(System.IntPtr,System.String,System.String).