A message sent to a Service to request for it to terminate.
More...
#include <ServiceMessage.h>
A message sent to a Service to request for it to terminate.
◆ ServiceStopDaemonMessage()
wrench::ServiceStopDaemonMessage::ServiceStopDaemonMessage |
( |
simgrid::s4u::Mailbox * |
ack_mailbox, |
|
|
bool |
send_failure_notifications, |
|
|
ComputeService::TerminationCause |
termination_cause, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
ack_mailbox | mailbox to which the DaemonStoppedMessage ack will be sent. No ack will be sent if ack_mailbox="" |
send_failure_notifications | whether the service should send failure notifications before terminating |
termination_cause | the termination cause (if failure notifications are sent) |
payload | message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: