Method StopApp
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
StopApp(string)
Stops an app.
public MaaJob StopApp(string intent)
Parameters
intent
string-
The intent.
e.g., "com.hypergryph.arknights".
Returns
- MaaJob
-
A stop app MaaFramework.Binding.MaaJob.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerPostStopApp(System.IntPtr,System.String).