isManuallyPaused property

  1. @HiveField.new(10)
bool isManuallyPaused
getter/setter pair

Whether the job was manually paused by the user (vs automatically paused due to connectivity loss)

Implementation

@HiveField(10)
bool isManuallyPaused = false;