Table of Contents

Method Run

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

Run(in IMaaContext, in RunArgs)

Run custom action.

bool Run(in IMaaContext context, in RunArgs args)

Parameters

context IMaaContext

The context.

args RunArgs

The run args.

Returns

bool

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