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

> IScriptResult reports the outcome of a Scanning Station script run through its Succeeded flag and an ErrorMessage string shown regardless of the result.

## What it does

Represents the result of the script execution.

## Properties

| **Name**     | **Type** | **Access** | **Description**                                                                                  |
| ------------ | -------- | ---------- | ------------------------------------------------------------------------------------------------ |
| Succeeded    | bool     | Read/write | Specifies whether the operation succeeded                                                        |
| ErrorMessage | string   | Read/write | The informational message. The message is output regardless of the **Succeeded** property value. |
