WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by the JobManager to notify some submitter that a CompoundJob has completed. More...
#include <JobManagerMessage.h>
Public Member Functions | |
JobManagerCompoundJobCompletedMessage (std::shared_ptr< CompoundJob > job, std::shared_ptr< ComputeService > compute_service) | |
Message from by job manager to notify somebody of a standard job successfully completed. More... | |
Public Attributes | |
std::shared_ptr< ComputeService > | compute_service |
The compute service on which the job ran. | |
std::shared_ptr< CompoundJob > | job |
The job that is done. | |
Additional Inherited Members |
A message sent by the JobManager to notify some submitter that a CompoundJob has completed.
wrench::JobManagerCompoundJobCompletedMessage::JobManagerCompoundJobCompletedMessage | ( | std::shared_ptr< CompoundJob > | job, |
std::shared_ptr< ComputeService > | compute_service | ||
) |
Message from by job manager to notify somebody of a standard job successfully completed.
job | the job |
compute_service | the compute service that did the job |