Represents the state of the Umbraco runtime.
Namespace: Umbraco.Cms.Core.Services Assembly: Umbraco.Core.dll Syntaxpublic interface IRuntimeState
Properties View Source BootFailedException
Gets the exception that caused the boot to fail.
DeclarationBootFailedException BootFailedException { get; }
Property Value View Source CurrentMigrationState
Gets the current migration state.
Declarationstring CurrentMigrationState { get; }
Property Value Type Description System.String View Source FinalMigrationState
Gets the final migration state.
Declarationstring FinalMigrationState { get; }
Property Value Type Description System.String View Source Level
Gets the runtime level of execution.
DeclarationRuntimeLevel Level { get; }
Property Value View Source Reason
Gets the reason for the runtime level of execution.
DeclarationRuntimeLevelReason Reason { get; }
Property Value View Source SemanticVersion
Gets the semantic version of the executing code.
DeclarationSemVersion SemanticVersion { get; }
Property Value View Source StartupState
Returns any state data that was collected during startup
DeclarationIReadOnlyDictionary<string, object> StartupState { get; }
Property Value Type Description IReadOnlyDictionary<System.String, System.Object> View Source Version
Gets the version of the executing code.
Declaration Property Value View SourceGets the version comment of the executing code.
Declarationstring VersionComment { get; }
Property Value Type Description System.String Methods View Source Configure(RuntimeLevel, RuntimeLevelReason, Nullable<Exception>) Declaration
void Configure(RuntimeLevel level, RuntimeLevelReason reason, Exception? bootFailedException = null)
Parameters View Source DetermineRuntimeLevel()
Determines the runtime level.
Declarationvoid DetermineRuntimeLevel()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4