Cicode Programming Reference > Cicode Function Categories > Miscellaneous Functions Introduction > ProjectRestartGet

ProjectRestartGet

Gets the path to the project to be run the next time CitectSCADA is restarted. (you need to have a project already set using either ProjectSet or ProjectRestartSet. Use this function with the Shutdown() function to shut down and then restart the project that is currently running.

Syntax

ProjectRestartGet()

Return Value

The path to the project to be run the next time CitectSCADA is restarted.

Related Functions

Shutdown, ShutdownMode, ProjectSet, ProjectRestartSet

Example

See Shutdown.

See Also

Miscellaneous Functions