Table of Contents

Class TaskDetail

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

A sealed record providing properties of task detail.

public sealed record TaskDetail : IEquatable<TaskDetail>

Inheritance

Implements

Inherited Members

Extension Methods

Constructors

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

A sealed record providing properties of task detail.

Properties

Entry

Gets the name of task entry.

Id

Gets the task id.

NodeIdList

Gets the node id list.

Status

Gets the status of the task.

Methods

Query(long, IMaaTasker)

Queries the task detail.