Method GetNodeDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
GetNodeDetail(long, out string, out long, out bool)
Gets the node detail.
bool GetNodeDetail(long nodeId, out string nodeName, out long recognitionId, out bool actionCompleted)Parameters
nodeIdlong-
The node id.
nodeNamestring-
The node name.
recognitionIdlong-
The recognition id.
actionCompletedbool-
A value indicating whether the action run completed.