DJIMission

@interface DJIMission : NSObject

This class is an abstract class representing a mission that can be executed by the mission manager.

  • Determines whether current mission can be paused.

    Declaration

    Objective-C

    - (BOOL)isPausable;

    Return Value

    YES if the mission can be paused. No if the mission can not be paused.