2 implementations of IsEnabled
aspire (1)
ConsoleCancellationManager.cs (1)
174public bool IsEnabled => _gracefulBudget > TimeSpan.Zero;
Aspire.Cli.Tests (1)
TestServices\TestGracefulShutdownWindow.cs (1)
23public bool IsEnabled { get; set; } = true;
2 references to IsEnabled
aspire (2)
DotNet\ProcessExecution.cs (2)
249/// <see cref="IGracefulShutdownWindow.IsEnabled"/> (true when the running command configured a 260if (signaler is not null && gracefulShutdownWindow is { IsEnabled: true })