Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 682 Bytes

EiffelActivityCanceledEvent.md

File metadata and controls

16 lines (13 loc) · 682 Bytes

EiffelActivityCanceledEvent

The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled before it has started. This is typically used in queuing situations where a queued execution is dequeued. It is recommended that CAUSE links be used to indicate the reason.

Data Members

data.reason

Type: String
Required: No
Description: Any human readable information as to the reason for dequeueing.

Version History

Version Introducing Commit
1.0.0 Current version

Examples