# FlashMode

**Kind**: type alias | **Module**: [Windows](https://docs.interop.io/desktop/reference/javascript/windows/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/flashmode/index.html

Modes for flashing the window icon in the taskbar:
- `"auto"` - the icon will flash only if the window isn't on focus and will stop flashing when the window is activated;
- `"force"` - the icon will flash even if the window is on focus, but still turns off when the window is activated;
- `"forceAndKeep"` - the icon will flash until the `flash()` method is called with `false` as an argument;

## Members

- **`"auto"`**
- **`"force"`**
- **`"forceAndKeep"`**
