• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 # ContinueMissionInfo
2 
3 The **ContinueMissionInfo** module defines the parameters required for initiating mission continuation with the bundle name specified. For details about mission continuation, see [continueMission](js-apis-distributedMissionManager.md#distributedmissionmanagercontinuemission10).
4 
5 > **NOTE**
6 >
7 > The initial APIs of this module are supported since API version 10. 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 | Name      | Type  | Readable  | Writable  | Description     |
15 | -------- | ------ | ---- | ---- | ------- |
16 | srcDeviceId | string | Yes   | Yes   | ID of the source device.|
17 | dstDeviceId | string | Yes   | Yes   | ID of the target device.|
18 | bundleName | string | Yes   | Yes   | Name of the bundle to which the mission belongs.|
19 | wantParam | Record<string, Object> | Yes   | Yes   | Extended parameters.|
20