> ## 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.

# Enum CommandActionResult

> Result of an action

Result of an action

## Syntax

```crmscript theme={null}
CommandActionResult
```

## Fields

| Name     | Description                            |
| -------- | -------------------------------------- |
| Implicit | Command should be implicitly executed. |
| Yes      | The user clicked Yes.                  |
| Ok       | The client clicked Ok                  |
| No       | The client clicked No                  |
| Cancel   | The client clicked Cancel              |


## Related topics

- [SuperOffice.WebApi.Data.CommandActionResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandActionResult.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)
- [Enum CommandAction](/en/automation/crmscript/reference/CRMScript.NetServer.CommandAction.md)
- [SuperOffice.WebApi.Data.CommandAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandAction.md)
- [SuperOffice.WebApi.Data.CommandResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CommandResult.md)
