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

◆ GetJoinTimeout()

virtual double drama::Task::GetJoinTimeout ( ) const
virtualinherited

Get the thread join timeout.

This timeout value is specified when waiting to join outstanding threads when the task is shutting down. See the TUface/TAction implementations of RunDramaExitNotifier::JoinThreads.

Sub-classes can override this to provide a different value.

Returns
The join timeout in seconds. Default is 5 seconds.