class DJIWaypointV2MissionExecutionEvent
@interface DJIWaypointV2MissionExecutionEvent : NSObject
|
Header: | DJIWaypointV2MissionOperator.h |
Inherits From: | NSObject |
Description:
The execution event of a waypoint mission.
Class Members:
property previousState
@property (nonatomic, readonly) DJIWaypointV2MissionState previousState
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The previous state of the operator.
See Also:
DJIWaypointV2MissionState
property currentState
@property (nonatomic, readonly) DJIWaypointV2MissionState currentState
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The current state of the operator.
See Also:
DJIWaypointV2MissionState
property progress
@property (nonatomic, readonly, nullable) DJIWaypointV2ExecutionProgress *progress
|
Header: | DJIWaypointV2MissionOperator.h |
Description:
The execution progress of the mission. It is nil
if there is an error during the execution.
See Also:
DJIWaypointV2ExecutionProgress
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
.