A message sent by an alarm when a job goes over its requested execution time. More...
#include <BatchComputeServiceMessage.h>
Public Member Functions | |
AlarmJobTimeOutMessage (std::shared_ptr< BatchJob > job, double payload) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< BatchJob > | job |
The batch job. | |
Additional Inherited Members |
Detailed Description
A message sent by an alarm when a job goes over its requested execution time.
Constructor & Destructor Documentation
◆ AlarmJobTimeOutMessage()
wrench::AlarmJobTimeOutMessage::AlarmJobTimeOutMessage | ( | std::shared_ptr< BatchJob > | job, |
double | payload | ||
) |
Constructor.
- Parameters
-
job a batch job payload the message size in bytes
- Exceptions
-
std::invalid_arguments
The documentation for this class was generated from the following files:
- BatchComputeServiceMessage.h
- BatchComputeServiceMessage.cpp