IAsyncValueCommand<TExecute, TCanExecute> public interface IAsyncValueCommand<TExecute, TCanExecute> : IAsyncValueCommand<TExecute>, ICommand An Async implementation of ICommand for ValueTask Documentation Code bool CanExecute(TCanExecute parameter) Determines whether the command can execute in its current state