AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ GetInitialisedPar()

virtual DcppHandlerRet GitTask::GetInitialisedPar ( StatusType *  status)
protectedvirtual

Send the parameter get message which fetchs the INITIALISED parameter.

This method fetchs the parameter named INITIALISED from the task.

The default version sends a MGET message to the task to fetch the value of the INITIALISED parameter. parameters. It then returns DcppReschedule. On completion, it sets the values appropiately and invokes HandleInitParGetComp() to continue the operation. Inheritors which send the message themselves should also do this.

This call is only invoked the first time an attempt is made to initialise this task, any only if the task was not loaded.

Note
The default implementation does not consider it an error if the INITIALISED parameter is not available and does not report such a failure (since many older GIT tasks do not support this parameter).
Returns
DcppReschedule if a message was send, otherwise DcppFinished.
Parameters
statusInherited status