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