1# ContinuableInfo (System API) 2 3The module provides the mission continuation information to be returned when the listener for listening for the mission continuation state is registered. For details about the registration, see [on('continueStateChange')](js-apis-distributedMissionManager-sys.md#distributedmissionmanageroncontinuestatechange11). 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## Modules to Import 11 12```js 13import { distributedMissionManager } from '@kit.AbilityKit'; 14``` 15 16## ContinuableInfo 17 18**System API**: This is a system API. 19 20**System capability**: SystemCapability.Ability.AbilityRuntime.Mission 21 22| Name | Type | Read-Only | Optional | Description | 23| -------- | ------ | ---- | ---- | ------- | 24| srcDeviceId | string | No | No | ID of the source device.| 25| bundleName | string | No | No | Bundle name of the target application to which the mission belongs.| 26| srcBundleName<sup>12+</sup> | string | No | Yes | Bundle name of the source application to which the mission belongs. The value is the same as that of **bundleName** by default.| 27| continueType<sup>12+</sup> | string | No | Yes | Continuation type of the application to which the mission belongs.| 28