1e41f4b71Sopenharmony_ci# ContinueDeviceInfo (系统接口)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci表示发起Mission迁移时所需参数的枚举,迁移Mission详见:[continueMission接口](js-apis-distributedMissionManager-sys.md#distributedmissionmanagercontinuemission)。
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **说明:**
6e41f4b71Sopenharmony_ci> 
7e41f4b71Sopenharmony_ci> 本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
8e41f4b71Sopenharmony_ci> 本模块接口为系统接口。
9e41f4b71Sopenharmony_ci
10e41f4b71Sopenharmony_ci## 属性
11e41f4b71Sopenharmony_ci
12e41f4b71Sopenharmony_ci**系统能力**:SystemCapability.Ability.AbilityRuntime.Mission
13e41f4b71Sopenharmony_ci
14e41f4b71Sopenharmony_ci**系统API**: 此接口为系统接口,三方应用不支持调用。
15e41f4b71Sopenharmony_ci
16e41f4b71Sopenharmony_ci| 名称       | 类型   | 可读   | 可写   | 说明      |
17e41f4b71Sopenharmony_ci| -------- | ------ | ---- | ---- | ------- |
18e41f4b71Sopenharmony_ci| srcDeviceId | string | 是    | 是    | 表示任务迁移源设备ID。 |
19e41f4b71Sopenharmony_ci| dstDeviceId | string | 是    | 是    | 表示任务迁移目标设备ID。 |
20e41f4b71Sopenharmony_ci| missionId | number | 是    | 是    | 表示任务ID。 |
21e41f4b71Sopenharmony_ci| wantParam | Record<string, Object> | 是    | 是    | 表示扩展参数。 |
22e41f4b71Sopenharmony_ci
23