Method GetTaskDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
GetTaskDetail(long, out string, out long[], out MaaJobStatus)
Gets the task detail.
bool GetTaskDetail(long taskId, out string entry, out long[] nodeIdList, out MaaJobStatus status)
Parameters
taskId
long-
The task id.
entry
string-
The name of task entry.
nodeIdList
long[]-
The node id list.
status
MaaJobStatus-
The status of the task.