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

# IActionResult

> IActionResult reports whether export or a post-export event succeeded for a document, exposing the Applied, Succeeded, and ErrorMessage properties.

## What it does

A special object that is used to describe whether the export (or a post-export event) of a particular document succeeded.

<Note>
  This object is not available on the Web Verification Station for checking rules locally.
</Note>

## Properties

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p><strong>Name</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Type</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Access</strong></p></th><th style={{textAlign: 'left'}}><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p>Applied</p></td><td><p>bool</p></td><td><p>Read-only</p></td><td><p>Specifies whether the document has been exported to the target during the current export session. For the <strong>false</strong> value of the flag:</p><ul><li>if the <strong>Succeeded</strong> flag value is <strong>true</strong>, it means that the document has exported to the target earlier;</li><li>if the <strong>Succeeded</strong> flag value is <strong>false</strong>, it means that the document is not suitable for export to this target (e.g. because of errors).</li></ul></td></tr><tr><td><p>ErrorMessage</p></td><td><p>string</p></td><td><p>Read/write, Mutable (can be modified even in scripts with read-only permissions)</p></td><td><p>An error message</p></td></tr><tr><td><p>Name</p></td><td><p>string</p></td><td><p>Read-only</p></td><td><p>The name of an export profile</p></td></tr><tr><td><p>Result</p></td><td><p>string</p></td><td><p>Read/write, Mutable (can be modified even in scripts with read-only permissions)</p></td><td><p>Formal description of the operation result. In the event of export, a description of the path where the document was exported (for example, a path to the file).</p></td></tr><tr><td><p>Succeeded</p></td><td><p>bool</p></td><td><p>Read/write, Mutable (can be modified even in scripts with read-only permissions)</p></td><td><p>Specifies whether the operation succeeded</p></td></tr><tr><td><p>Type</p></td><td><p><a href="/flexi-capture/appendix/scripts/texporttype">TExportType</a></p></td><td><p>Read-only</p></td><td><p>The type of export profile (applies in <a href="/flexi-capture/appendix/scripts/script-afterexport">Export completed</a> script)</p></td></tr></tbody></table>
