Implemented interface member:
property
IsEnabled
Aspire.Cli.IGracefulShutdownWindow.IsEnabled
5 references to IsEnabled
aspire (2)
ConsoleCancellationManager.cs (2)
14
/// the graceful budget (<see cref="
IsEnabled
"/>), the clock that bounds it, and the
35
/// Graceful shutdown is all-or-nothing per command: <see cref="
IsEnabled
"/> reflects whether a positive
Aspire.Cli.Tests (3)
ConsoleCancellationManagerTests.cs (3)
318
Assert.False(manager.
IsEnabled
);
328
Assert.True(manager.
IsEnabled
);
338
Assert.False(manager.
IsEnabled
);