Method GetNodeDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetNodeDetail(long, out string, out long, out bool)
Gets the node detail.
public bool GetNodeDetail(long nodeId, out string name, out long recognitionId, out bool actionCompleted)
Parameters
nodeId
long-
The node id.
name
string-
The node name.
recognitionId
long-
The recognition id.
actionCompleted
bool-
A value indicating whether the action run completed.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetNodeDetail(System.IntPtr,System.Int64,System.IntPtr,System.Int64@,System.Boolean@).