docCommandVoid2("Create the contact, and give the name of the task that reprensent the contact function.",
"contact name (string)",
"name of the task definining the contact (string)")));
addCommand("setTask",
makeCommandVoid2(*this,&ContactSelecter::setTask,
docCommandVoid2("Create the contact, and give the name of the task that is orthogonal to the contact. The task will be active when the input boolean is false.",
"contact name (string)",
"name of the task definining the orthogonal (string)")));