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

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