Table of Contents

Utils

Utility objects provide helper services that do not belong to collections, file format I/O, dialogs, GUI controls, or communication interfaces.


Utility Pages

Constructor Page Description
`crypto()` crypto Encryption and decryption helper.
`timer(callback)` timer Periodic callback timer.

Choosing an Object

Use `crypto` when a script needs to encrypt or decrypt data or files.

Use `timer` when a script needs repeated callback execution after a time interval.

Previous: image_stream

Next: crypto