Table of Contents

Constructor NodeDetail

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

NodeDetail(long, string, long, bool)

A sealed record providing properties of node detail.

public NodeDetail(long Id, string Name, long RecognitionId, bool ActionCompleted)

Parameters

Id long

Gets the node id.

Name string

Gets the node name.

RecognitionId long

Gets the recognition id.

ActionCompleted bool

Gets a value indicating whether the action run completed.