mt4cpp
|
the descriptor of command More...
#include <Command.hpp>
Public Types | |
enum | State { NONE, QUEUED, PENDING, INTERRUPTED, EXCEPTION, DONE } |
available states of Command NONE - command created, but not put in activation queue QUEUED - command is waiting for execusion at the activation queue PENDING - command is being executed now INTERRUPTED - command execution has been interrupted EXCEPTION - during command execution an exception was catched DONE - command code has been done successfully More... | |
Public Member Functions | |
CommandDesc () | |
Public Attributes | |
CommandID | id_ |
command unique ID More... | |
State | state_ |
command state More... | |
double | progress_ |
command progress More... | |
the descriptor of command
available states of Command NONE - command created, but not put in activation queue QUEUED - command is waiting for execusion at the activation queue PENDING - command is being executed now INTERRUPTED - command execution has been interrupted EXCEPTION - during command execution an exception was catched DONE - command code has been done successfully
|
inline |
c-tor
CommandID mt4cpp::CommandDesc::id_ |
command unique ID
Referenced by mt4cpp::Command::setId().
State mt4cpp::CommandDesc::state_ |
command state
Referenced by mt4cpp::Command::setState().
double mt4cpp::CommandDesc::progress_ |
command progress
Referenced by mt4cpp::Command::setProgress().