Table of Contents

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 nodeName, out long recognitionId, out bool actionCompleted)

Parameters

nodeId long

The node id.

nodeName string

The node name.

recognitionId long

The recognition id.

actionCompleted bool

A value indicating whether the action run completed.

Returns

bool

true if query was successful; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetNodeDetail(System.IntPtr,System.Int64,System.IntPtr,System.Int64@,System.Boolean@).