Parameters > Citect.ini File Parameters > Client Parameters > [Client]ShutdownCode

[Client]ShutdownCode

Can be used to specify a Cicode function that runs at shutdown of the CitectSCADA client component. CitectSCADA suspends the shutdown process until the function has finished running. The function must complete execution within the time specified by the [Code]ShutdownTime parameter, otherwise CitectSCADA will terminate it.

Allowable Values: Any built-in or user-written Cicode function

Default Value: NONE

Note: This parameter is used by CitectSCADA to specify the Cicode function that runs at shutdown, when running in single process mode.

See Also