Method RunTask
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
RunTask(string, string)
Runs a task.
public 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.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextRunTask(System.IntPtr,System.String,System.String).