Method RunTask
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
RunTask(string, string)
Runs a task.
TaskDetail? RunTask(string entry, string pipelineOverride = "{}")
Parameters
entry
string-
The entry name of the task.
pipelineOverride
string-
The json used to override the pipeline.
Returns
- TaskDetail?
-
MaaFramework.Binding.TaskDetail if the operation was executed successfully; otherwise, null.