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