HomingState¶
-
enum HomingState¶
Possible states a homing can be in.
-
enumerator Idle¶
No homing in progress.
-
enumerator Homing¶
Homing procedure in progress. The active homing procedure can be aborted by calling
IHoming.Reset()
.
-
enumerator Homed¶
Homing procedure completed without error.
-
enumerator Error¶
Error occurred during homing. Use
IHoming.RunException
to obtain details regarding the error.
-
enumerator Idle¶