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

# IScriptResult

> Result of a script execution — success flag and an informational message.

## What it does

Represents the result of the script execution.

## Properties

| Name           | Type     | Access     | Description                                                       |
| :------------- | :------- | :--------- | :---------------------------------------------------------------- |
| `Succeeded`    | `bool`   | Read/write | Whether the operation succeeded.                                  |
| `ErrorMessage` | `string` | Read/write | Informational message. Shown regardless of the `Succeeded` value. |

## Related topics

* [IScriptProperties](/vantage/documentation/scanning-station/admin/i-script-properties)
* [IScriptValues](/vantage/documentation/scanning-station/admin/i-script-values)
* [Using scripts](/vantage/documentation/scanning-station/admin/using-scripts)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
