BackendStartupResult
Home > @backstage/backend-app-api > BackendStartupResult
Result of a backend startup attempt.
Signature:
export interface BackendStartupResult
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Date |
The time the backend startup started. | ||
|
'success' | 'failure' |
The outcome of the backend startup. | ||
|
Results for all plugins that were attempted to start. | |||
|
Date |
The time the backend startup was completed. |