wns::events::scheduler::NullCommand Class Reference
This is used as a placeholder to ease implementations.
#include <events/scheduler/NullCommand.hpp>
List of all members.
|
Public Member Functions |
| virtual bool | isCanceled () const |
| | Return true if the Command was canceled.
|
| virtual bool | isFinished () const |
| | Return true if the Command was executed (no longer queued, no longer running).
|
| virtual bool | isNotSubmitted () const |
| | Return true, if the Command is not submitted to the queue so far (initial state).
|
| virtual bool | isQueued () const |
| | Return true if the Command is queued (waiting for execution).
|
| virtual bool | isRunning () const |
| | Return true if the Command is currently being executed.
|
Detailed Description
Definition at line 38 of file NullCommand.hpp.
Member Function Documentation
| virtual bool wns::events::scheduler::NullCommand::isCanceled |
( |
|
) |
const [inline, virtual] |
| virtual bool wns::events::scheduler::NullCommand::isFinished |
( |
|
) |
const [inline, virtual] |
| virtual bool wns::events::scheduler::NullCommand::isNotSubmitted |
( |
|
) |
const [inline, virtual] |
| virtual bool wns::events::scheduler::NullCommand::isQueued |
( |
|
) |
const [inline, virtual] |
| virtual bool wns::events::scheduler::NullCommand::isRunning |
( |
|
) |
const [inline, virtual] |
The documentation for this class was generated from the following file: