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

ProcessRestart

Restarts the current process in which Cicode is running.

Syntax

INT error = ProcessRestart()

Return Value

0 (zero) if successful, otherwise the following error is returned:

256 - General software error

See Also

Related Functions

ServerRestart

Example

ProcessRestart()

See Also

Miscellaneous Functions