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

◆ HandleInitSuccess()

static DcppHandlerRet GitTask::HandleInitSuccess ( DcppVoidPnt  ClientData,
StatusType *  status 
)
staticprotected

To be invoked when the INITIAISE/RESET action completes ok.

This function is a DcppTask callback which is invoked when the INITIALISE/RESET action completes successfully.

Note
Inheritors which wish to override this function should invoke the GitTask version from the overriding function to ensure the object state is set correctly and the completion callback is invoked.
Parameters
ClientDataPoints to the GitTask object.
statusInherited status.