ESTBulkUpdaterStatus

enum ESTBulkUpdaterStatus {}

Defines the possible statuses of the whole bulk updater mechanism.

  • Bulk updater is ready to startWithUpdateConfigurations:.

    Declaration

    Objective-C

    ESTBulkUpdaterStatusIdle = 0

    Swift

    case idle = 0
  • Bulk updater is performing bulk update actions. Cancel bulk before using startWithUpdateConfigurations: again.

    Declaration

    Objective-C

    ESTBulkUpdaterStatusRunning

    Swift

    case running = 1