> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.CommandActionResult

# <a id="SuperOffice_WebApi_Data_CommandActionResult" /> Enum CommandActionResult

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Result of an action

```csharp theme={null}
public enum CommandActionResult
```

## Fields

`Cancel = 4`

4: The client clicked Cancel

`Implicit = 0`

0: Command should be implicitly executed.

`No = 3`

3: The client clicked No

`Ok = 2`

2: The client clicked Ok

`Yes = 1`

1: The user clicked Yes.
