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
Idlong-
Gets the task id.
Entrystring-
Gets the name of task entry.
NodeIdListIList<long>-
Gets the node id list.
StatusMaaJobStatus-
Gets the status of the task.