#include <CSWWaitCommand.h>
Public Member Functions | |
virtual ARSTD::Command::PtrType | copy () const |
virtual std::string | getName () const |
![]() | |
virtual PtrType | copy () const =0 |
virtual std::string | getName () const =0 |
virtual bool | wasExecuted () const |
virtual double | getProgress () const |
Static Public Member Functions | |
static PtrType | create (double fWaitTime) |
This is a specialization of a command. It provides the functionality to let the execution waits a given period.
|
virtual |
|
static |
Creates a new wait command.
fWaitTime | The time in seconds that should be waited. |
|
virtual |