Logo

View the Project on GitHub elements-storage/elements-sdk-python

Schedule

A schedule that runs an Automation job automatically, either at a fixed interval or on a crontab expression.

Properties

Name Type Description Notes
id int    
variables {str: (bool, date, datetime, dict, float, int, list, str, none_type)}    
next_run datetime   [readonly]
type int Scheduling mode: fixed interval (`1`, uses `every`/`period`) or a crontab expression (`2`, uses the `crontab_*` fields).  
enabled bool    
last_run datetime, none_type    
every int    
period str    
crontab_day_of_month str    
crontab_day_of_week str    
crontab_hour str    
crontab_minute str    
crontab_month_of_year str    
job int    

[Back to Model list] [Back to API list] [Back to README]