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

# PFGameSaveFilesUiProgressUserAction

> The user action of the PFGameSaveFilesUiProgressCallback.

The user action of the PFGameSaveFilesUiProgressCallback.

## Syntax

```cpp theme={null}
enum class PFGameSaveFilesUiProgressUserAction  : uint32_t  
{  
    Cancel = 0  
}  
```

## Constants

| Constant | Description                   |
| -------- | ----------------------------- |
| Cancel   | Cancel the current operation. |

## Requirements

**Header:** PFGameSaveFilesUi.h

## See also

[PFGameSaveFilesUi members](/services/playfab/api-references/c/pfgamesavefilesui/pfgamesavefilesui_members)
