Table of Contents

Method GetStatus Deprecated

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

GetStatus(MaaJob) Deprecated

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

[Obsolete("Deprecated from v4.5.0.")]
public MaaJobStatus GetStatus(MaaJob job)

Parameters

job MaaJob

The MaaJob.

Returns

MaaJobStatus

The status of job.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerStatus(System.IntPtr,System.Int64).

Exceptions

ArgumentNullException