The LookoutControl table contains one entry for each Script Manager server startup.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| controlentryid | integer | not null | Unique over all entries NOTE: Next ID kept in
LookOutIdControl.
|
| serverid | integer | not null | The ID from the LookOutServer table for the relevant Script Manager server. |
| startuptime | date | not null | The Datetime at which the Script Manager server was started. |
| shutdowntime | date | with null | The Datetime at which the Script Manager server was
shutdown. NOTE: This value will be NULL if server is still
RUNNING or has CRASHED.
|
| schedulerpulse | date | with null | The Datetime updated by the Script Manager server at an interval defined in the SystemParameter table to indicate this server session is still active. |
Product Name: Data Transformer
Table Type: Table