# ContinuableInfo (System API)
The 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).
> **NOTE**
>
> 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.
> The APIs provided by this module are system APIs.
## Modules to Import
```js
import { distributedMissionManager } from '@kit.AbilityKit';
```
## ContinuableInfo
**System API**: This is a system API.
**System capability**: SystemCapability.Ability.AbilityRuntime.Mission
| Name | Type | Read-Only | Optional | Description |
| -------- | ------ | ---- | ---- | ------- |
| srcDeviceId | string | No | No | ID of the source device.|
| bundleName | string | No | No | Bundle name of the target application to which the mission belongs.|
| srcBundleName12+ | 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.|
| continueType12+ | string | No | Yes | Continuation type of the application to which the mission belongs.|