Table of Contents

Method Abort Deprecated

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

Abort() Deprecated

Stops all appended tasks, the MaaFramework.Binding.IMaaResource and the MaaFramework.Binding.IMaaController.

[Obsolete("Use Stop() instead.")]
public MaaTaskJob Abort()

Returns

MaaTaskJob

A stop job.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerPostStop(System.IntPtr).