14 #ifndef ASYNCTASKPAUSE_H 15 #define ASYNCTASKPAUSE_H 34 virtual DoneStatus do_task();
40 static void init_type() {
41 AsyncTask::init_type();
43 AsyncTask::get_class_type());
46 return get_class_type();
48 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
A special kind of task that simple returns DS_pause, to pause for a specified number of seconds and t...
A class to manage a loose queue of isolated tasks, which can be performed either synchronously (in th...
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class represents a concrete task performed by an AsyncManager.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.