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 : IMaaContextParameters
contextT-
The context.
argsRunArgs-
The run args.
resultsRunResults-
The run results.
Returns
Type Parameters
T-
The type of context.