ScreenshotCaptureResult
Describes the result of a screenshot capture initiated by CaptureService:TakeScreenshotCaptureAsync().
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 704 | Success | 0 | The screenshot capture completed successfully. | |
| 704 | OtherError | 1 | The screenshot capture failed due to an unspecified error. | |
| 704 | NoDeviceSupport | 2 | The device does not support screenshot captures. | |
| 704 | NoSpaceOnDevice | 3 | The device does not have enough storage space to save the screenshot capture. |
Description
The ScreenshotCaptureResult enum describes the result of a screenshot capture
initiated through CaptureService:TakeScreenshotCaptureAsync(). It is
passed as the first argument to the onCaptureReady callback.
History 5
- 704 Add Success
- 704 Add OtherError
- 704 Add NoSpaceOnDevice
- 704 Add NoDeviceSupport
- 704 Add ScreenshotCaptureResult