Class RunArgs
- Namespace
- MaaFramework.Binding.Custom
- Assembly
- MaaFramework.Binding.dll
The arguments used for run.
public sealed record RunArgs : IEquatable<RunArgs>
Inheritance
Implements
Inherited Members
Constructors
- RunArgs(string, TaskDetail, string, string, RecognitionDetail, IMaaRectBuffer)
-
The arguments used for run.
Properties
- ActionName
-
Gets the action name.
- ActionParam
-
Gets the action param.
- RecognitionBox
-
Gets the recognition box.
- RecognitionDetail
-
Gets the recognition detail.
- TaskDetail
-
Gets the task detail
- TaskName
-
Gets the task name.