Skip to content
Snippets Groups Projects
Commit c397ed98 authored by Julian Tusch's avatar Julian Tusch :no_entry_sign:
Browse files

updated doc

parent 744eebdb
No related branches found
No related tags found
2 merge requests!461Fluxio/dev skill timeout,!449Fluxio preliminary release
This commit is part of merge request !449. Comments created here will be created in the context of that merge request.
...@@ -23,7 +23,7 @@ namespace armarx ...@@ -23,7 +23,7 @@ namespace armarx
std::string name; std::string name;
std::string description; 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); armarx::core::time::Duration timeout = armarx::core::time::Duration::MilliSeconds(-1);
std::string lastChanged; std::string lastChanged;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment