1# ContinuationResult
2
3The ContinuationResult module describes the device information returned by the continuation management entry.
4
5> **NOTE**
6> 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.
7
8## ContinuationResult
9
10Describes the device information returned by the continuation management entry after [on](js-apis-continuation-continuationManager.md#continuationmanagerondeviceselected9) is called.
11
12**Atomic service API**: This API can be used in atomic services since API version 11.
13
14**System capability**: SystemCapability.Ability.DistributedAbilityManager
15
16| Name| Type| Read Only| Optional| Description|
17| -------- | -------- | -------- | -------- | -------- |
18| id | string | No| No| Device ID.|
19| type | string | No| No| Device type.|
20| name | string | No| No| Device name.|
21