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

◆ GetVerInfo() [2/2]

virtual void drama::git::Path::GetVerInfo ( thread::TMessHandler action,
bool  ignoreInitParam 
)
protectedvirtual

Get the tasks version information.

This method fetches the values of the ENQ_VER_DATE, ENQ_VER_NUM, ENQ_DEV_DESCR, ENQ_DEV_TYPE and INITALISED parameters, setting the items _verDate, _verNum, _taskDescr, _devType and _initialised.

Note that if INITIALISED is false, then even if the task was not loaded, it will be sent the INITIALISE. If INITIALISED is true and the task was not loaded, then it is sent RESET rather then INITIALISE.

Parameters
actionA pointer to the threaded action which is executing this operation.
ignoreInitParamIgnore the value of the INITIALISED parameter. This helps us work around problems with tasks that don't set it.