Table of Contents

Method OverrideNext

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

OverrideNext(string, IEnumerable<string>)

Override the property field "next" in a task.

bool OverrideNext(string taskName, IEnumerable<string> nextList)

Parameters

taskName string

The task name.

nextList IEnumerable<string>

The next list.

Returns

bool

true if the operation was executed successfully; otherwise, false.