Method GetTaskDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetTaskDetail(long, out string, out long[], out MaaJobStatus)
Gets the task detail.
public bool GetTaskDetail(long taskId, out string entry, out long[] nodeIdList, out MaaJobStatus status)Parameters
taskIdlong-
The task id.
entrystring-
The name of task entry.
nodeIdListlong[]-
The node id list.
statusMaaJobStatus-
The status of the task.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetTaskDetail(System.IntPtr,System.Int64,System.IntPtr,System.Int64[],System.UInt64@,System.Int32@).