4 references to IsExecuting
Aspire.Dashboard (2)
Components\Pages\ConsoleLogs.razor.cs (1)
404(resource, command) => DashboardCommandExecutor.IsExecuting(resource.Name, command.Name),
Components\Pages\Resources.razor.cs (1)
577(resource, command) => DashboardCommandExecutor.IsExecuting(resource.Name, command.Name),
Aspire.Dashboard.Components.Tests (2)
Pages\ConsoleLogsTests.cs (2)
554await AsyncTestHelpers.AssertIsTrueRetryAsync(() => dashboardCommandExecutor.IsExecuting("test-resource", "test-name"), "Command start executing"); 561await AsyncTestHelpers.AssertIsTrueRetryAsync(() => !dashboardCommandExecutor.IsExecuting("test-resource", "test-name"), "Command finish executing");