![]() |
VR-Forces 4.2 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 | |
| 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 |
| int DtPlanStatus::currentStatementId |
| bool DtPlanStatus::isComplete |
| bool DtPlanStatus::isExecuting |
| bool DtPlanStatus::isAbandoned |