-
Notifications
You must be signed in to change notification settings - Fork 35
icms_sys_autotasks_ISystem
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
ImpressCMS AUTOTASKSs Library - icms_sys_autotasks_ISystem interface
- Interface name: icms_sys_autotasks_ISystem
- Namespace:
- This is an interface
bool icms_sys_autotasks_ISystem::canRun()
check if can run
- Visibility: public
bool icms_sys_autotasks_ISystem::start(int interval)
Set Checking Interval (if not enabled enables automated tasks system
- Visibility: public
- interval int - <p>interval of checking for new tasks</p>
bool icms_sys_autotasks_ISystem::stop()
Stops automated tasks system
- Visibility: public
bool icms_sys_autotasks_ISystem::isEnabled()
checks if core is enabled
- Visibility: public
mixed icms_sys_autotasks_ISystem::needStart()
Checks if need set new timer when automated task object was executed
@return bool
- Visibility: public
string icms_sys_autotasks_ISystem::getName()
Gets current system name
- Visibility: public
bool icms_sys_autotasks_ISystem::needExecution()
Returns if handler needs to be executed
- Visibility: public
bool icms_sys_autotasks_ISystem::needExit()
Returns if script must end when there is all tasks executed
- Visibility: public