harmony(鸿蒙)AbilityRunningInfo
AbilityRunningInfo
The AbilityRunningInfo module implements ability running information and ability states.
NOTE
The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
Usage
The ability running information is obtained by using the getAbilityRunningInfos API in abilityManager.
import abilitymanager from '@ohos.application.abilityManager';
abilitymanager.getAbilityRunningInfos((err,data) => {
console.log("getAbilityRunningInfos err: " + err + " data: " + JSON.stringify(data));
});
Attributes
System capability: SystemCapability.Ability.AbilityRuntime.Core
System API: This is a system API and cannot be called by third-party applications.
Name | Type | Readable | Writable | Description |
---|---|---|---|---|
ability | ElementName | Yes | No | Information that matches an ability. |
pid | number | Yes | No | Process ID. |
uid | number | Yes | No | User ID. |
processName | string | Yes | No | Process name. |
startTime | number | Yes | No | Ability start time. |
abilityState | abilityManager.AbilityState | Yes | No | Ability state. |
你可能感兴趣的鸿蒙文章
harmony(鸿蒙)API Reference Document Description
harmony(鸿蒙)BundleStatusCallback
harmony(鸿蒙)innerBundleManager(deprecated)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦