1# ContinuableInfo (System API) 2 3The **ContinuableInfo** 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#distributedmissionmanageroncontinuestatechange10). 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| bundleName | string | Yes | Yes | Name of the bundle to which the mission belongs.| 20