1e41f4b71Sopenharmony_ci# ContinueDeviceInfo (System API)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciThe ContinueDeviceInfo module defines the parameters required for initiating mission continuation. For details about mission continuation, see [continueMission](js-apis-distributedMissionManager-sys.md#distributedmissionmanagercontinuemission).
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **NOTE**
6e41f4b71Sopenharmony_ci> 
7e41f4b71Sopenharmony_ci> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8e41f4b71Sopenharmony_ci> The APIs provided by this module are system APIs.
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci## Attributes
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ci**System capability**: SystemCapability.Ability.AbilityRuntime.Mission
13e41f4b71Sopenharmony_ci
14e41f4b71Sopenharmony_ci**System API**: This is a system API and cannot be called by third-party applications.
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci| Name      | Type  | Readable  | Writable  | Description     |
17e41f4b71Sopenharmony_ci| -------- | ------ | ---- | ---- | ------- |
18e41f4b71Sopenharmony_ci| srcDeviceId | string | Yes   | Yes   | ID of the source device.|
19e41f4b71Sopenharmony_ci| dstDeviceId | string | Yes   | Yes   | ID of the target device.|
20e41f4b71Sopenharmony_ci| missionId | number | Yes   | Yes   | Mission ID.|
21e41f4b71Sopenharmony_ci| wantParam | Record<string, Object> | Yes   | Yes   | Extended parameters.|
22