![]() |
VR-Forces 5.0.3 Developer's Guide
|
Small container class that holds the status of a running DtPlan.
Public Member Functions | |
| DtPlanStatus () | |
| bool | operator== (const DtPlanStatus &orig) const |
| bool | operator!= (const DtPlanStatus &orig) const |
Public Attributes | |
| std::vector< int > | executingTriggerStatementIds |
| std::vector< DtUUID > | executingTriggerNames |
| std::vector< DtUUID > | registeredTriggerNames |
| int | currentStatementId |
| bool | isComplete |
| bool | isExecuting |
| bool | isAbandoned |
| DtPlanStatus::DtPlanStatus | ( | ) |
| bool DtPlanStatus::operator== | ( | const DtPlanStatus & | orig | ) | const |
| bool DtPlanStatus::operator!= | ( | const DtPlanStatus & | orig | ) | const |
| std::vector<int> DtPlanStatus::executingTriggerStatementIds |
| std::vector<DtUUID> DtPlanStatus::executingTriggerNames |
| std::vector<DtUUID> DtPlanStatus::registeredTriggerNames |
| int DtPlanStatus::currentStatementId |
| bool DtPlanStatus::isComplete |
| bool DtPlanStatus::isExecuting |
| bool DtPlanStatus::isAbandoned |