1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00
pwncat/docs/source/api/enumeration.rst

18 lines
511 B
ReStructuredText
Raw Normal View History

Enumeration Modules
===================
Schedules
---------
Enumeration modules can specify a schedule which identifies when a module
will run. By default, an enumeration module is executed only once.
Afterwards, the facts generated by the module are cached in the database
and the module is not invoked unless the database is cleared. You can
specify the following alternative schedules with the ``SCHEDULE`` class
property for your new module::
- Schedule.ONCE
- Schedule.PER_USER
- Schedule.ALWAYS