E_StorageState
Syntax
Definition:
TYPE E_StorageState :
(
unknown := 0,
error
starting
online
shuttingDownt
offline
)INT;
END_TYPE
Parameters
Name |
Description |
---|---|
Unknown |
Status of the "Storage" is unknown |
Error |
"Storage" is in the error state. No more requests will be processed. |
Starting |
The "Storage" starts up and connects. |
Online |
The "Storage" is running and ready for requests. |
ShuttingDown |
The "Storage" is shut down. |
Offline |
The "Storage" is off and cannot be reached. |