mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +01:00
18 lines
511 B
ReStructuredText
18 lines
511 B
ReStructuredText
|
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
|