ScanSaveInfo
Information about a saved scan. This class contains details about a scan that has saved (or attempted to be saved), including its unique identifier, file system path, and ultimate state.
Declaration
data class ScanSaveInfoProperties
| Name | Type | Summary |
|---|---|---|
| savePath | String? | - |
| scanId | String? | - |
| state | ScanSaveState | - |