Skip to main content
Version: Next

BackendStartupResult

Home > @backstage/backend-app-api > BackendStartupResult

Result of a backend startup attempt.

Signature:

export interface BackendStartupResult 

Properties

Property

Modifiers

Type

Description

beginAt

Date

The time the backend startup started.

outcome

'success' | 'failure'

The outcome of the backend startup.

plugins

PluginStartupResult[]

Results for all plugins that were attempted to start.

resultAt

Date

The time the backend startup was completed.