ServiceIsSuspended Class Reference

A "service is suspended" failure cause. More...

#include <FailureCause.h>

Inheritance diagram for ServiceIsSuspended:

Public Member Functions

std::shared_ptr< Service > getService ()
 Getter. More...
 
std::string toString () override
 Get the human-readable failure message. More...
 

Detailed Description

A "service is suspended" failure cause.

Member Function Documentation

◆ getService()

std::shared_ptr< Service > ServiceIsSuspended::getService ( )

Getter.

Returns
the service

◆ toString()

std::string ServiceIsSuspended::toString ( )
override

Get the human-readable failure message.

Returns
the message

The documentation for this class was generated from the following files:
  • /home/wrench/wrench/include/wrench/workflow/execution_events/FailureCause.h
  • /home/wrench/wrench/src/wrench/workflow/execution_events/FailureCause.cpp