2 implementations of IsEnabled
aspire (1)
ConsoleCancellationManager.cs (1)
174
public bool
IsEnabled
=> _gracefulBudget > TimeSpan.Zero;
Aspire.Cli.Tests (1)
TestServices\TestGracefulShutdownWindow.cs (1)
23
public 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
260
if (signaler is not null && gracefulShutdownWindow is {
IsEnabled
: true })