TcTryToReleaseOpState method
The method TcTryToReleaseOpState releases resources, e.g. data pointers, in order to prepare for exiting the OP state.
Syntax
BOOL TcTryToReleaseOpState(void)
Return value
TRUE or FALSE is returned.
Description
The TcTryToReleaseOpState method must be implemented to remove possible mutual dependencies between module instances.
It is only called if another module holds a reference to this module.