WRENCH  1.10
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | Public Attributes | List of all members
wrench::TimerEvent Class Reference

A "timer went off" WorkflowExecutionEvent. More...

#include <TimerEvent.h>

Inheritance diagram for wrench::TimerEvent:
wrench::WorkflowExecutionEvent

Public Member Functions

std::string toString () override
 Get a textual description of the event. More...
 

Public Attributes

std::string message
 The message.
 

Additional Inherited Members

- Static Public Member Functions inherited from wrench::WorkflowExecutionEvent
static std::shared_ptr< WorkflowExecutionEventwaitForNextExecutionEvent (std::string)
 Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox. More...
 
static std::shared_ptr< WorkflowExecutionEventwaitForNextExecutionEvent (std::string, double timeout)
 Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox, or until a timeout ooccurs. More...
 

Detailed Description

A "timer went off" WorkflowExecutionEvent.

Member Function Documentation

◆ toString()

std::string wrench::TimerEvent::toString ( )
inlineoverridevirtual

Get a textual description of the event.

Returns
a text string

Reimplemented from wrench::WorkflowExecutionEvent.


The documentation for this class was generated from the following file: