4 references to Disabled
Aspire.Dashboard (4)
Components_Controls_ResourceActions_razor.g.cs (1)
262highlightedCommand.State == CommandViewModelState.Disabled || IsCommandExecuting(Resource, highlightedCommand)
Components_Pages_ConsoleLogs_razor.g.cs (1)
560command.State == CommandViewModelState.Disabled || DashboardCommandExecutor.IsExecuting(selectedResource.Name, command.Name)
Model\ResourceMenuItems.cs (1)
264IsDisabled = command.State == CommandViewModelState.Disabled || isCommandExecuting(resource, command)
ServiceClient\Partials.cs (1)
127ResourceCommandState.Disabled => CommandViewModelState.Disabled,