-
Notifications
You must be signed in to change notification settings - Fork 20
Reason
huggins edited this page May 3, 2023
·
3 revisions
Specifies the reason that an entity or exercise was stopped/frozen.
enum class EReason : uint8
{
Other,
Recess,
Termination,
SystemFailure,
SecurityViolation,
EntityReconstruction,
StopForReset,
StopForRestart,
AbortTrainingReturnToTacticalOperations
};| Name | Description |
|---|---|
| Other | |
| Recess | |
| Termination | |
| SystemFailure | |
| SecurityViolation | |
| EntityReconstruction | |
| StopForReset | |
| StopForRestart | |
| AbortTrainingReturnToTacticalOperations |