MyBB Documentation

mybb_tasks

The 1.6 Documentation is no longer maintained and some information may be outdated.

The MyBB 1.6 series reached end of life on October 1, 2015.

This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

Stores information on tasks.

Field Type Null Key Default Description
tid int(10) No Primary Task ID
title varchar(120) No Task title
description text No Description of the task
file varchar(30) No Name of PHP file task executes from
minute varchar(200) No Minutes task runs on
hour varchar(200) No Hours task runs on
day varchar(100) No Days task runs on
month varchar(30) No Months task runs on
weekday varchar(15) No Days of the week task runs on
nextrun bigint(30) No 0 UNIX timestamp of when task will next run
lastrun bigint(30) No 0 UNIX timestamp of when task last ran
enabled int(1) No 1 Option if task is enabled or not
logging int(1) No 0 Option if task is logged into the task log when ran
locked bigint(30) No 0 UNIX timestamp of when task was locked for execution


Indexes:

Keyname Type Cardinality Field
PRIMARY PRIMARY 11 tid
MyBB Documentation
Front End Index Page - Portal - Forum Display - Thread Display - Posting Threads and Replies - Searching - User CP - Member Profile - Private Messages - Calendar - Member List - Help Docs - Who Is Online - Lite (Archive) Mode - Forum Team - Statistics - RSS Syndication - Miscellaneous
Moderation Standard Thread Moderation - Inline Thread Moderation - Inline Post Moderation - Warning System
Mod CP Home - Forums and Posts - Users
Admin CP Home - Configuration - Forums & Posts - Users & Groups - Templates & Style - Tools & Maintenance
Templates & Themes Images - Postbit - Templates - Themes
Developer Database Methods - Database Tables
Miscellaneous Cookies - UTF8 Setup - Default Settings

Edit this page on GitHub