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

◆ NotifyOnRunDramaExit()

void drama::Task::NotifyOnRunDramaExit ( RunDramaExitNotifier notifier)
inherited

Arrange notification for when the DRAMA RunDrama() exits.

Parameters
notifierThe object to be notified, its RunDramaHasExited() method will be invoked when the loop exits.