wrench::ComputeServiceTerminateCompoundJobRequestMessage
-
class ComputeServiceTerminateCompoundJobRequestMessage : public wrench::ComputeServiceMessage
A message sent to a ComputeService to terminate a CompoundJob previously submitted for execution.
Public Functions
Constructor.
- Parameters:
answer_commport – commport to which the answer message should be sent
job – a compound job to terminate
payload – message size in bytes
Public Members
-
S4U_CommPort *answer_commport
The commport_name to which the answer message should be sent.
-
std::shared_ptr<CompoundJob> job
The job to terminate.