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