DJI Mobile SDK Documentation

      class DJIWaypointV2ActionExecutionProgress

      @interface DJIWaypointV2ActionExecutionProgress : NSObject
      Header:DJIWaypointV2MissionTypes.h
      Inherits From:NSObject
      Description:

      The mission action execution progress of the waypoint mission operator. It is nil if there is an error during the execution.

      Class Members:
      Action Id
      property
      property actionId
      @property (nonatomic, readonly) NSUInteger actionId
      Header:DJIWaypointV2MissionTypes.h
      Description:

      The ID of Action.

      Execution Result
      property
      property executionResult
      @property (nonatomic, readonly) BOOL executionResult
      Header:DJIWaypointV2MissionTypes.h
      Description:

      The execution result of action.

      Event
      property
      property event
      @property (nonatomic, readonly) DJIWaypointV2ActionExecutionEvent event
      Header:DJIWaypointV2MissionTypes.h
      Description:

      The execution result of action.

      See Also:

      DJIWaypointV2ActionExecutionEvent