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