This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the stated in which a ISite can be.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public enum SiteStartupState
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SiteStartupState

Members

Member nameDescription
NotStarted
Is set when the site has not yet started.
Starting
Is set when the site is busy starting.
Started
Is set when the site has successfully started.
StartFailed
Is set when the site failed to start.
Revoked
When processing is revoked.

See Also

Smartsite.Base Namespace
Advanced