canBeExecuted property

bool canBeExecuted

Can the user execute the commandFunc.

Implementation

bool get canBeExecuted => enabled && !executing;