class WaypointV2MissionExecutionEvent
interface WaypointV2MissionExecutionEvent
|
Package: | dji.common.mission.waypointv2 |
Description:
The execution event of a waypoint mission.
Class Members:
method getPreviousState
@Nullable WaypointV2MissionState getPreviousState()
|
Package: | dji.common.mission.waypointv2 |
Description:
The previous state of the operator.
Return:
method getCurrentState
@NonNull WaypointV2MissionState getCurrentState()
|
Package: | dji.common.mission.waypointv2 |
Description:
The current state of the operator.
Return:
method getProgress
@Nullable WaypointV2ExecutionProgress getProgress()
|
Package: | dji.common.mission.waypointv2 |
Description:
The execution progress of the mission. It is nil
if there is an error during the execution.
Return:
method getError
@Nullable DJIWaypointV2Error getError()
|
Package: | dji.common.mission.waypointv2 |
Description:
The encountered error during the execution if there is any. Otherwise, it is nil
.
Return: