![]() |
VR-Forces 4.5 Class Documentation
|
Small container class that holds the status of a running DtPlan. More...
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 |
Small container class that holds the status of a running DtPlan.
| 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 |