MCPcopy Create free account
hub / github.com/Lightricks/LTX-Desktop / BackendHealthStatus

Interface BackendHealthStatus

electron/python-backend.ts:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40let backendOwnership: BackendOwnership = null
41
42export interface BackendHealthStatus {
43 status: 'alive' | 'restarting' | 'dead'
44 exitCode?: number | null
45}
46
47let latestBackendHealthStatus: BackendHealthStatus | null = null
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected