> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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.


## Related topics

- [SuperOffice.WebApi.Data.CommandResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandResult.md)
- [SuperOffice.WebApi.Agents.IUserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserAgent.md)
- [SuperOffice.WebApi.Agents.UserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.UserAgent.md)
- [SuperOffice.WebApi.Data.CommandAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandAction.md)
- [SuperOffice.WebApi.Data.CustomCommand](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomCommand.md)
- [SuperOffice.WebApi.Agents.DocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentAgent.md)
