mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 18:15:03 +02:00
Custom maintenance messages support (#9417)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -729,7 +729,7 @@ export interface SessionManager {
|
||||
|
||||
closeWorkspaces: (ctx: MeasureContext) => Promise<void>
|
||||
|
||||
scheduleMaintenance: (timeMinutes: number) => void
|
||||
scheduleMaintenance: (timeMinutes: number, message?: string) => void
|
||||
|
||||
profiling?: {
|
||||
start: () => void
|
||||
|
||||
Reference in New Issue
Block a user