![]() |
Rosetta
2021.16
|
Enumerations | |
| enum | Enum { READY, MODIFY_WAS_SUCCESSFUL, WAITING_ON_DEPENDENCIES } |
| describes the state of the BuildInstruction More... | |
describes the state of the BuildInstruction
There are currently three possible BuildInstruction states. READY indicates the BuildInstruction has been reset and is ready to modify a Pose. WAITING_ON_DEPENDENCIES indicates the BuildInstruction is waiting for its dependencies to be satisfied before allowing modifications to proceed. MODIFY_WAS_SUCCESSFUL indicates the BuildInstruction has finished modifications to the Pose, and its residue indexing is now consistent with the newly modified Pose.
| Enumerator | |
|---|---|
| READY | |
| MODIFY_WAS_SUCCESSFUL | |
| WAITING_ON_DEPENDENCIES | |
1.8.7