11 #ifndef WRENCH_TIMER_EVENT_H
12 #define WRENCH_TIMER_EVENT_H
15 #include "wrench/workflow/failure_causes/FailureCause.h"
35 class FileRegistryService;
37 class FileRegistryService;
63 std::string
toString()
override {
return "TimerEvent (message: " + this->message +
")";}
75 #endif //WRENCH_TIMER_EVENT_H
std::string toString() override
Get a textual description of the event.
Definition: TimerEvent.h:63
std::string message
The message.
Definition: TimerEvent.h:57
A "timer went off" WorkflowExecutionEvent.
Definition: TimerEvent.h:42
A class to represent the various execution events that are relevant to the execution of a workflow.
Definition: WorkflowExecutionEvent.h:26