The current boot code of the system. This is used by IAppServerMgr's GetSystemStatus function.

Namespace:  GrassValley.Mseries.Status
Assembly:  GrassValley.Mseries.Status (in GrassValley.Mseries.Status.dll) Version: 1.0.0.0

Syntax

C#
[SerializableAttribute]
public enum BootCode
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration BootCode
Visual C++
[SerializableAttribute]
public enum class BootCode

Members

Member nameDescription
UNKNOWN
The current boot code is unknown. This is default state when the system starts checking a boot stage.
NORMAL
The current boot code is normal. Indicates that the current boot stage has been verified to be okay.
NO_DB
No database found.
NO_DRV
No drives found.
NO_FS
No file system found
NO_RTS
No real-time system found.
NO_SYSDISK_SPACE
No system disk space left.
NO_MDISK_SPACE
No media disk space left.
CFG_SYNC_ERR
Error synchronizing the configuration.
UNDER_DIAG
Under diagnostics.
DISK_MAINTENANCE
Under disk maintenance.
NO_HW
No hardware found.
NO_RTP
No real-time processor found.

See Also