isManuallyPaused property
Whether the job was manually paused by the user (vs automatically paused due to connectivity loss)
Implementation
@HiveField(10)
bool isManuallyPaused = false;
Whether the job was manually paused by the user (vs automatically paused due to connectivity loss)
@HiveField(10)
bool isManuallyPaused = false;