Table of Contents

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

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.

Returns

bool

true if query was successful; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerGetTaskDetail(System.IntPtr,System.Int64,System.IntPtr,System.Int64[],System.UInt64@,System.Int32@).