Table of Contents

Method Run<T>

Namespace
MaaFramework.Binding.Custom
Assembly
MaaFramework.Binding.dll

Run<T>(T, in RunArgs, in RunResults)

Run with args, and write the run results.

bool Run<T>(T context, in RunArgs args, in RunResults results) where T : IMaaContext

Parameters

context T

The context.

args RunArgs

The run args.

results RunResults

The run results.

Returns

bool

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

Type Parameters

T

The type of context.