wrench::ActionExecutionServiceProperty

class ActionExecutionServiceProperty : public wrench::ServiceProperty

Configurable properties for a ActionExecutionService.

Public Static Attributes

static const std::string FAIL_ACTION_AFTER_ACTION_EXECUTOR_CRASH

If true, fail action after an executor crash, otherwise re-ready it and try again

static const std::string SIMULATE_COMPUTATION_AS_SLEEP

Whether the ActionExecutionService should simulation computations as sleep.

static const std::string TERMINATE_WHENEVER_ALL_RESOURCES_ARE_DOWN

Whether the ActionExecutionService should terminate if all its hosts are down.

static const std::string THREAD_CREATION_OVERHEAD

The ActionExecutionService’s overhead for creating a thread (Default value: “0”, Default unit: second). Example: “1s”, “14ms”, “0.12s”.