> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScanPauseModeEnum

<Note>
  This enum is implemented in FRE for Windows.
</Note>

ScanPauseModeEnum enumeration constants are used to specify if there is to be a pause before scanning the next page.

```
typedef enum {
 SPM_None,
 SPM_PresetDelay,
 SPM_PromptForProceeding
}ScanPauseModeEnum;
```

## Elements

| Name                       | Description                                                      |
| -------------------------- | ---------------------------------------------------------------- |
| SPM\\\_None                | Next page should be scanned without a pause.                     |
| SPM\\\_PresetDelay         | Next page should be scanned after a specified number of seconds. |
| SPM\\\_PromptForProceeding | Prompt the user for scanning the next page.                      |

## Used in

[IScanSourceSettings::PauseBetweenPagesMode](/fine-reader/engine/api-reference/mechanism-objects/scansourcesettings#pausebetweenpagesmode)
