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)
318Assert.False(manager.IsEnabled); 328Assert.True(manager.IsEnabled); 338Assert.False(manager.IsEnabled);