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.MaaTasker.MaaTaskerStatus(System.IntPtr,System.Int64).