DJI Mobile SDK Documentation

      class ActionExecutionProgress

      interface ActionExecutionProgress
      Package:dji.common.mission.waypointv2.Action
      Description:

      The mission action execution progress of the waypoint mission operator.

      Class Members:
      Execution Action ID
      method
      method getExecutionActionID
      int getExecutionActionID()
      Package:dji.common.mission.waypointv2.Action
      Description:

      The ID of Action.

      Return:
      intAn int value of the execution action index.
      Check Success
      method
      method isSuccess
      boolean isSuccess()
      Package:dji.common.mission.waypointv2.Action
      Description:

      The execution result of action.

      Return:
      booleanA boolean value of the execution result of action.