Class Math.BigInt.iterable.Watchdog
Watchdog interface
Defined in: <hapint-1_9_2.es>.
Constructor Attributes | Constructor Name and Description |
---|---|
Watchdog interface to be used with iterable operations
|
Method Attributes | Method Name and Description |
---|---|
resume()
called within the iterable operation to notify this Watchdog object of resuming
|
|
suspend()
called within the iterable operation to determine whether to suspend the operation or not.
|
Method Detail
resume()
called within the iterable operation to notify this Watchdog object of resuming
{boolean}
suspend()
called within the iterable operation to determine whether to suspend the operation or not.
- Returns:
- {boolean} true indicates the operation should be suspended, false continued.