Method GetStatus Deprecated
Deprecated from v4.5.0.
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetStatus(MaaJob) Deprecated
Deprecated from v4.5.0.
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).