Class NodeDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
A sealed record providing properties of node detail.
public sealed record NodeDetail : IEquatable<NodeDetail>
Inheritance
Implements
Inherited Members
Extension Methods
Constructors
- NodeDetail(long, string, long, bool)
-
A sealed record providing properties of node detail.
Properties
- ActionCompleted
-
Gets a value indicating whether the action run completed.
- Id
-
Gets the node id.
- Name
-
Gets the node name.
- RecognitionId
-
Gets the recognition id.
Methods
- Query(long, IMaaTasker)
-
Queries the node detail.
- QueryLatest(string, IMaaTasker)
-
Queries the latest node detail.
- QueryLatest(IMaaTasker)
-
Queries the latest node detail.