CanCancel
Gets a value indicating whether the current command can be cancelled. Returns true
if the command
supports cancellation (e.g. has a parameter of type CancellationToken) and is currently running.
Declaration
public bool CanCancel { get; }
Property Value
Type | Description |
---|---|
bool |