![]() |
IP.Board
3.3.0
|
Task manager. More...
Public Member Functions | |
| doExecute (ipsRegistry $registry) | |
| showCronPage () | |
| taskDelete () | |
| taskExport () | |
| taskImport () | |
| taskLogsDelete () | |
| taskLogsOverview () | |
| taskLogsShow () | |
| taskManagerForm ($type='add') | |
| taskManagerOverview () | |
| taskManagerRunTask () | |
| taskManagerSave ($type='add') | |
| taskManagerUnlockTask () | |
| tasksExportToXML () | |
| tasksImportAllApps () | |
| tasksImportFromXML ($file='', $no_return=false) | |
Data Fields | |
| $form_code = '' | |
| $form_code_js = '' | |
| $html | |
Task manager.
| doExecute | ( | ipsRegistry $ | registry | ) |
Main function executed automatically by the controller
| object | $registry | Registry object |
Reimplemented from ipsCommand.
| showCronPage | ( | ) |
Shows the cron information screen
| taskDelete | ( | ) |
Delete a task
| taskExport | ( | ) |
Export a single task
| taskImport | ( | ) |
Perform the tasks import
| taskLogsDelete | ( | ) |
Remove logs for a specific task or all
| taskLogsOverview | ( | ) |
Builds the task log overview screen
| taskLogsShow | ( | ) |
Show task logs
| taskManagerForm | ( | $ | type = 'add' | ) |
Builds the add/edit task form
| string | $type | Either add or edit |
Builds the task mananger overview screen
Runs the selected task
| taskManagerSave | ( | $ | type = 'add' | ) |
Save the add/edit task form
| string | $type | Either add or edit data |
Unlock a task
| tasksExportToXML | ( | ) |
Export tasks to XML
Import all tasks from XML
| tasksImportFromXML | ( | $ | file = '', |
| $ | no_return = false |
||
| ) |
Imports tasks from XML
| string | $file | Filename to import tasks from |
| boolean | $no_return | Set to return true/false, instead of displaying results |
| $form_code = '' |
String for the screen url bit
| $form_code_js = '' |
String for the JS url bit
| $html |
Skin object shortcut