12.4 ProcessingTimesDataType
This structure contains measured times that were generated during the execution of a recipe. These measured values provide information about the duration required by the various sub-functions.
| Name | Type | Description | O / M |
| ProcessingTimesDataType | structure | ||
| startTime | UtcTime | Contains the time when the vision system started execution of the recipe. | Mandatory |
| endTime | UtcTime | Contains the time when the vision system finished (or stopped/aborted) execution of the recipe. | Mandatory |
| acquisitionDuration | Duration | Time spent by the vision system acquiring images | Optional |
| processingDuration | Duration | Time spent by the vision system processing data | Optional |