class DJIWaypointV2MissionActionExecutionEvent
@interface DJIWaypointV2MissionActionExecutionEvent : NSObject
|
Header: | DJIWaypointV2MissionOperator.h |
Inherits From: | NSObject |
Description:
The execution event of a waypoint mission.
Class Members:
property previousState
@property (nonatomic, readonly) DJIWaypointV2MissionActionState previousState
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The previous state of the operator.
See Also:
DJIWaypointV2MissionActionState
property currentState
@property (nonatomic, readonly) DJIWaypointV2MissionActionState currentState
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The current state of the operator.
See Also:
DJIWaypointV2MissionActionState
property progress
@property (nonatomic, readonly, nullable) DJIWaypointV2ActionExecutionProgress *progress
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The execution progress of the mission. It is nil
if there is an error during the execution.
See Also:
DJIWaypointV2ActionExecutionProgress
property error
@property (nonatomic, readonly, nullable) NSError *error
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The encountered error during the execution if there is any. Otherwise, it is nil
.