1# ContinueDeviceInfo 2 3The **ContinueDeviceInfo** module defines the parameters required for initiating mission continuation. For details about mission continuation, see [continueMission](js-apis-distributedMissionManager.md#distributedmissionmanagercontinuemission). 4 5> **NOTE** 6> 7> 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. 8 9## Attributes 10 11**System capability**: SystemCapability.Ability.AbilityRuntime.Mission 12 13**System API**: This is a system API and cannot be called by third-party applications. 14 15| Name | Type | Readable | Writable | Description | 16| -------- | ------ | ---- | ---- | ------- | 17| srcDeviceId | string | Yes | Yes | ID of the source device.| 18| dstDeviceId | string | Yes | Yes | ID of the target device.| 19| missionId | number | Yes | Yes | Mission ID.| 20| wantParam | Record<string, Object> | Yes | Yes | Extended parameters.| 21