MotionState

public enum MotionState

Enum representing the state of a motion operation.

  • The state of a motion operation when it is moving.

    Declaration

    Swift

    case moving
  • The state of a motion operation when it is stopped.

    Declaration

    Swift

    case stopped
  • The state of a motion operation when it is paused.

    Declaration

    Swift

    case paused
  • The state of a motion operation when it is delayed.

    Declaration

    Swift

    case delayed