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