Skip to main content
Version: Next

ModuleStartupResult

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

Result of a module startup attempt.

Signature:

export interface ModuleStartupResult 

Properties

Property

Modifiers

Type

Description

failure?

{ error: Error; allowed: boolean; }

(Optional) If the startup failed, this contains information about the failure.

moduleId

string

The ID of the module.

resultAt

Date

The time the module startup was completed.