Table of Contents

Method Run

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

Run(in IMaaContext, in RunArgs, in RunResults)

Run custom action.

bool Run(in IMaaContext context, in RunArgs args, in RunResults results)

Parameters

context IMaaContext

The context.

args RunArgs

The run args.

results RunResults

The run results.

Returns

bool

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