flexget.plugins.operate.sleep module#
- class flexget.plugins.operate.sleep.PluginSleep[source]#
Bases:
objectCause a pause in execution to occur at the beginning of the specified phase of a task.
The point at which the pause occurs can be adjusted using the plugin_priority plugin.
- schema = {'oneOf': [{'additionalProperties': False, 'properties': {'phase': {'default': 'start', 'enum': ['start', 'input', 'metainfo', 'filter', 'download', 'modify', 'output', 'learn', 'abort', 'exit'], 'type': 'string'}, 'seconds': {'type': 'integer'}}, 'required': ['seconds'], 'type': 'object'}, {'type': 'integer'}]}#