Skip to content
Snippets Groups Projects

Fluxio preliminary release

Merged Moritz Gleissner requested to merge fluxio/dev into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,7 @@ namespace armarx
std::string name;
std::string description;
/**
* @brief How long to wait for the skill to finish execution before timing out. A negative value indicates no timeout (defualt).
* @brief How long (in ms) to wait for the skill to finish execution before timing out. A negative value indicates no timeout (default).
*/
armarx::core::time::Duration timeout = armarx::core::time::Duration::MilliSeconds(-1);
std::string lastChanged;
Loading