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 or EA is Paused Realistically only Scripts/Waits really do support that
Declaration
bool SupportsCancellation { get; }
Property Value
Type | Description |
---|---|
bool |