Class Index | File Index

Classes


Class Math.BigInt.iterable.Watchdog

Watchdog interface
Defined in: <hapint-1_9_2.es>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Watchdog interface to be used with iterable operations
Method Summary
Method Attributes Method Name and Description
 
called within the iterable operation to notify this Watchdog object of resuming
 
called within the iterable operation to determine whether to suspend the operation or not.
Class Detail
Math.BigInt.iterable.Watchdog()
Watchdog interface to be used with iterable operations
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.

Documentation generated by JsDoc Toolkit