ShutdownForm
- Last UpdatedJul 18, 2023
- 1 minute read
Displays a dialog box to verify that the user really wants to shut down the Plant SCADA system. If the user selects [Yes], Plant SCADA is shut down.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
ShutdownForm()
Return Value
0 (zero) if successful, otherwise an error code is returned.
Related Functions
Example
System Keyboard
|
Key Sequence |
Shutdown |
|
Command |
ShutdownForm(); |
|
Comment |
Display the shutdown form |
Buttons
|
Text |
Shutdown |
|
Command |
ShutdownForm(); |
|
Comment |
Display the shutdown form |