Workspace 6.21.5
List of all members
CausedExecutionErrorEvent Class Reference

Event issued on something to indicate it was the cause of an execution error. More...

#include <Workspace/DataExecution/Execution/updaterevents.h>

Inheritance diagram for CausedExecutionErrorEvent:
[legend]

Additional Inherited Members

- Public Member Functions inherited from ObservableEventType< T >
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::AllObservableEvents > & eventID ()
 
CSIRO_WORKSPACE_API const EventIDSingleton< CSIRO::DataExecution::ProgressEvent > & eventID ()
 
const EventIDSingleton< T > & getEventID () const override
 
- Public Member Functions inherited from ObservableEvent
virtual ~ObservableEvent ()=default
 
virtual const EventIDgetEventID () const =0
 
- Static Public Member Functions inherited from ObservableEventType< T >
static const EventIDSingleton< T > & eventID ()
 
- Protected Member Functions inherited from ObservableEventType< T >
 ObservableEventType ()=default
 

Detailed Description

This event would normally be raised on an Updatable object as part of responding to an AbortedUpdateEvent notification. Note that you need to raise a CausedExecutionErrorEvent notification yourself, it is not done automatically by an execution thread.