Skip to main content

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.

Properties

Name

Type

Access

Description

Applied

bool

Read-only

Specifies whether the document has been exported to the target during the current export session. For the false value of the flag:

  • if the Succeeded flag value is true, it means that the document has exported to the target earlier;
  • if the Succeeded flag value is false, it means that the document is not suitable for export to this target (e.g. because of errors).

ErrorMessage

string

Read/write, Mutable (can be modified even in scripts with read-only permissions)

An error message

Name

string

Read-only

The name of an export profile

Result

string

Read/write, Mutable (can be modified even in scripts with read-only permissions)

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

Succeeded

bool

Read/write, Mutable (can be modified even in scripts with read-only permissions)

Specifies whether the operation succeeded

Type

TExportType

Read-only

The type of export profile (applies in Export completed script)