Table of Contents

Method GetLatestNode

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

GetLatestNode(string, out long)

Gets the latest node.

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.