Table of Contents

Constructor TaskDetail

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

TaskDetail(long, string, IList<long>, MaaJobStatus)

A sealed record providing properties of task detail.

public TaskDetail(long Id, string Entry, IList<long> NodeIdList, MaaJobStatus Status)

Parameters

Id long

Gets the task id.

Entry string

Gets the name of task entry.

NodeIdList IList<long>

Gets the node id list.

Status MaaJobStatus

Gets the status of the task.