The current booting stage 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 BootStage
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration BootStage
Visual C++
[SerializableAttribute]
public enum class BootStage

Members

Member nameDescription
STARTING_UP
System is starting up.
CHECKING_HW
System is checking hardware.
CHECKING_DB
System is checking the database.
CHECKING_DRV
System is checking its drives.
CHECKING_FS
System is checking its file system.
CHECKING_RTS
System is checking its real-time system (RTS).
SYNCING_CFG
System synchronizing its configuration.
STARTING_SVCS
System is starting its services.
UP_AND_RUNNING
System is up-and-running.

See Also