Compute Graph Framework SDK Reference
5.4.5418 Release
For Test and Development only

dw::framework::IContainsPreShutdownAction Class Referenceabstract

Detailed Description

For nodes require extra actions to be taken before shutdown should implement this interface.

For example: some node may want to save some information to file at exit of each run, the node should inherit this interface and implement the save to file operations in this interface.

Definition at line 302 of file Node.hpp.

Public Member Functions

virtual dwStatus preShutdown ()=0
 actions to be taken before node shutdown More...
 

Member Function Documentation

◆ preShutdown()

virtual dwStatus dw::framework::IContainsPreShutdownAction::preShutdown ( )
pure virtual

actions to be taken before node shutdown

Returns
DW_SUCCESS, DW_FAILURE

The documentation for this class was generated from the following file: