BackupSyncWorkflowGuard class

Constructors

BackupSyncWorkflowGuard.new({Duration startupGrace = const Duration(seconds: 30)})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startupGrace Duration
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release(Object token) → void
reset() → void
toString() String
A string representation of this object.
inherited
tryAcquire({required bool backupRunning, required bool syncRunning, required bool analyzing, DateTime? now}) Object?

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance BackupSyncWorkflowGuard
final