Property SupportsCancellation
SupportsCancellation
Gets a value indicating that this exact action supports graceful cancellation. If set, aura will try to cancel the action whenever it is required, e.g. if trigger is deactivated/activated
Declaration
public bool SupportsCancellation { get; protected init; }
Property Value
Type | Description |
---|---|
bool |