> ## 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 は、Scanning Station スクリプトの実行結果を、Succeeded フラグと、結果にかかわらず表示される ErrorMessage string を通じて報告します。

<div id="what-it-does">
  ## 説明
</div>

スクリプトの実行結果を表します。

<div id="properties">
  ## プロパティ
</div>

| **名前**       | **型**  | **アクセス**  | **説明**                                      |
| ------------ | ------ | --------- | ------------------------------------------- |
| Succeeded    | bool   | 読み取り/書き込み | operation が成功したかどうかを指定します                   |
| ErrorMessage | string | 読み取り/書き込み | 情報メッセージです。**Succeeded** プロパティの値に関係なく出力されます。 |
