AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ SetIsAControlTask()

void drama::git::Path::SetIsAControlTask ( )
inline

Tell git::Path that this task is a control task.

This impacts a RESET RECOVER operation. Normally, if a task is running and has not failed in some way, it is NOT sent a RESET RECOVER (in fact, non-control tasks don't support such a RESET). If this method is invoked, then it is presume the sub-task is a control task and it will be sent the RESET RECOVER in those cases. That makes it easier for them to recover from issues the higher level control task may not know about.

References _isControlTask.