wrench::JobManagerCompoundJobCompletedMessage

class wrench::JobManagerCompoundJobCompletedMessage : public wrench::JobManagerMessage

A message sent by the JobManager to notify some submitter that a CompoundJob has completed.

Public 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.

Parameters
  • job – the job

  • compute_service – the compute service that did the job

Public Members

std::shared_ptr<ComputeService> compute_service

The compute service on which the job ran.

std::shared_ptr<CompoundJob> job

The job that is done.