Enum KaijuActuatorState
The result of running an actuator.
Namespace: KaijuSolutions.Agents.Actuators
Syntax
public enum KaijuActuatorState
Fields
| Name | Description |
|---|---|
| Done | If an actuator has finished running. |
| Executing | If an actuator is still executing. |
| Failed | If an actuator has failed. |