# MissionSnapshot> **NOTE**> The initial APIs of this module are supported since API 8.Provides snapshot of a mission.## Modules to ImportImport ElementName and image before use.```import { ElementName } from '../bundle/elementName';import { image } from '../@ohos.multimedia.image';```## MissionSnapshotDescribes the mission snapshot. | Name| Type| Readable| Writable| Description|| -------- | -------- | -------- | -------- | -------- || ability | ElementName | Yes| Yes| Information that matches an ability.|| snapshot | [image.PixelMap](js-apis-image.md) | Yes| Yes| Snapshot of the mission.|