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