WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent by the JobManager to notify some submitter that a StandardJob has completed. More...
#include <JobManagerMessage.h>
Public Member Functions | |
JobManagerStandardJobDoneMessage (std::shared_ptr< StandardJob > job, std::shared_ptr< ComputeService > compute_service, std::map< WorkflowTask *, WorkflowTask::State > necessary_state_changes) | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< ComputeService > | compute_service |
The compute service on which the job ran. | |
std::shared_ptr< StandardJob > | job |
The job that is done. | |
std::map< WorkflowTask *, WorkflowTask::State > | necessary_state_changes |
The necessary task state changes. | |
Additional Inherited Members |
A message sent by the JobManager to notify some submitter that a StandardJob has completed.
wrench::JobManagerStandardJobDoneMessage::JobManagerStandardJobDoneMessage | ( | std::shared_ptr< StandardJob > | job, |
std::shared_ptr< ComputeService > | compute_service, | ||
std::map< WorkflowTask *, WorkflowTask::State > | necessary_state_changes | ||
) |
Constructor.
job | the job that is done |
compute_service | the ComputeService on which it ran |
necessary_state_changes | necessary task state changes |