Method Wait Deprecated
Deprecated from v4.5.0.
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
Wait(MaaJob) Deprecated
Deprecated from v4.5.0.
Waits a MaaFramework.Binding.MaaJob.
[Obsolete("Deprecated from v4.5.0.")]
public MaaJobStatus Wait(MaaJob job)
Parameters
job
MaaJob-
The MaaJob.
Returns
- MaaJobStatus
-
The status at the end of the
job
.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerWait(System.IntPtr,System.Int64).