wrench::FunctionManagerFunctionCompletedMessage
-
class FunctionManagerFunctionCompletedMessage : public wrench::FunctionManagerMessage
A message sent by the FunctionManager to notify some submitter that a Function has completed.
Public Functions
Constructor.
- Parameters:
function – the function that is invoked
sl_compute_service – the ServerlessComputeService on which it ran
Public Members
-
std::shared_ptr<ServerlessComputeService> sl_compute_service
The ServerlessComputeService on which the function ran.