Skip to content

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!

icms_sys_autotasks_ISystem

ImpressCMS AUTOTASKSs Library - icms_sys_autotasks_ISystem interface

  • Interface name: icms_sys_autotasks_ISystem
  • Namespace:
  • This is an interface

Methods

canRun

bool icms_sys_autotasks_ISystem::canRun()

check if can run

  • Visibility: public

start

bool icms_sys_autotasks_ISystem::start(int interval)

Set Checking Interval (if not enabled enables automated tasks system

  • Visibility: public

Arguments

  • interval int - <p>interval of checking for new tasks</p>

stop

bool icms_sys_autotasks_ISystem::stop()

Stops automated tasks system

  • Visibility: public

isEnabled

bool icms_sys_autotasks_ISystem::isEnabled()

checks if core is enabled

  • Visibility: public

needStart

mixed icms_sys_autotasks_ISystem::needStart()

Checks if need set new timer when automated task object was executed

@return bool

  • Visibility: public

getName

string icms_sys_autotasks_ISystem::getName()

Gets current system name

  • Visibility: public

needExecution

bool icms_sys_autotasks_ISystem::needExecution()

Returns if handler needs to be executed

  • Visibility: public

needExit

bool icms_sys_autotasks_ISystem::needExit()

Returns if script must end when there is all tasks executed

  • Visibility: public
Clone this wiki locally