• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ContinueMissionInfo (System API)
2
3The 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-sys.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 API**: This is a system API.
13
14**System capability**: SystemCapability.Ability.AbilityRuntime.Mission
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| bundleName | string | Yes   | Yes   | Name of the bundle to which the mission belongs.|
21| wantParam | Record<string, Object> | Yes   | Yes   | Extended parameters.|
22