Table of Contents

Method GetLatestNode

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

GetLatestNode(string, out long)

Gets the latest node.

public bool GetLatestNode(string taskName, out long latestId)

Parameters

taskName string

The name of a task in a pipeline.

latestId long

The latest node id of the task.

Returns

bool

true if query was successful; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetLatestNode(System.IntPtr,System.String,System.Int64@).