Table of Contents

Method GetStatus

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

GetStatus(MaaJob)

Gets the current status of a MaaFramework.Binding.MaaJob.

public MaaJobStatus GetStatus(MaaJob job)

Parameters

job MaaJob

The MaaJob.

Returns

MaaJobStatus

The status of job.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerStatus(System.IntPtr,System.Int64).

Exceptions

ArgumentNullException