A collection of preflight processes.
preflight process Properties
| Property | Type | Access | Description |
|---|---|---|---|
| aggregated results | any | read | The aggregated results found by the process. Can return: Ordered list containing document name:string, profile name:string, results:list of Ordered list containing parent node ID:integer, error name:string, page number:string, error info:string, error … |
| applied profile | preflight profile | read | The preflight profile the process is using. |
| class | type | read | The class descriptor type. |
| description | text | read | The description of the preflight process. |
| index | integer | read | The index of the preflight process within its containing object. |
| object reference | preflight process | read | An object reference for the object. |
| parent | specifier | read | The parent of the preflight process (a application). |
| process inventory | text | read | A string containing a description of all elements visited by the process. |
| process results | text | read | The results found by the process as a large string. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| target object | document | read | The target document the process is inspecting. |