WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
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 |
A message sent by an alarm when a job goes over its requested execution time.
wrench::AlarmJobTimeOutMessage::AlarmJobTimeOutMessage | ( | std::shared_ptr< BatchJob > | job, |
double | payload | ||
) |
Constructor.
job | a batch job |
payload | the message size in bytes |
std::invalid_arguments |