PdcClockLines.Process

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Process

Description

Process AO lines into the post calculation

Notes

This method makes it possible to process the clock lines to the postcalculation. The last error string is filled with all messages that are generated during the process.

Code example

This code processes the clock lines that are not processed yet.

if not pdc.ProductRegistration.ClockLines.Process then
     msgbox pdc.LastError
end if

Availability

Available since October 2009 (From version 3.9)