Overview

Packages

  • Auth
    • Ads
    • Ldap
    • Xoops
  • Autotasks
  • Config
    • Category
    • Item
    • Option
  • Core
    • Filesystem
    • Filters
    • Logger
    • Mail
    • Message
    • Password
    • Security
    • StopSpammer
    • Template
    • Textsanitizer
    • VersionChecker
  • Data
    • Avatar
    • Comment
  • Database
    • Connection
    • Criteria
    • Legacy
    • MySQL
    • PDO
    • Updater
  • Feeds
    • RSS
  • File
  • Form
    • Base
    • Elements
  • ICMS
    • IPF
      • View
  • Image
    • Category
  • Ipf
    • Category
    • Controller
    • Export
    • form
    • Keyhighlighter
    • Member
    • Object
    • Permission
    • richfile
    • Tree
    • urllink
    • View
  • kernel
    • Set
  • Member
    • Group
    • GroupMembership
    • GroupPermission
    • User
  • Messaging
  • Module
  • None
  • Notification
  • Page
  • Plugins
    • Editor
  • Preload
    • Libraries
  • Privmessage
  • Session
  • SmartObject
  • View
    • Block
    • Breadcrumb
    • PageNav
    • PrinterFriendly
    • Template
    • Templates
    • Theme
    • Tree

Classes

  • icms_sys_autotasks_System

Interfaces

  • icms_sys_autotasks_ISystem
  • Overview
  • Package
  • Class

Interface icms_sys_autotasks_ISystem

ImpressCMS AUTOTASKSs Library - icms_sys_autotasks_ISystem interface

Direct known implementers

icms_sys_autotasks_System
Package: Autotasks
Category: ICMS
Copyright: The ImpressCMS Project http://www.impresscms.org/
License: GNU General Public License (GPL)
Author: MekDrop mekdrop@gmail.com
Since: 1.2 alpha 2
Located at sys/autotasks/ISystem.php
Methods summary
public boolean
# canRun( )

check if can run

check if can run

Returns

boolean
public boolean
# start( integer $interval )

Set Checking Interval (if not enabled enables automated tasks system

Set Checking Interval (if not enabled enables automated tasks system

Parameters

$interval
interval of checking for new tasks

Returns

boolean
returns true if start was succesfull
public boolean
# stop( )

Stops automated tasks system

Stops automated tasks system

Returns

boolean
returns true if was succesfull
public boolean
# isEnabled( )

checks if core is enabled

checks if core is enabled

Returns

boolean
public boolean
# needStart( )

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

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

Returns

boolean
public string
# getName( )

Gets current system name

Gets current system name

Returns

string
public boolean
# needExecution( )

Returns if handler needs to be executed

Returns if handler needs to be executed

Returns

boolean
public boolean
# needExit( )

Returns if script must end when there is all tasks executed

Returns if script must end when there is all tasks executed

Returns

boolean
API documentation generated by ApiGen