|
const | NAME = "upload_agent_options" |
|
const | PERMISSION = "permission" |
|
const | REQUIRES_LOGIN = "requiresLogin" |
|
const | ENABLE_MENU = "ENABLE_MENU" |
|
const | LEVEL = "level" |
|
const | DEPENDENCIES = "dependencies" |
|
const | INIT_ORDER = "initOrder" |
|
const | MENU_LIST = "menuList" |
|
const | MENU_ORDER = "menuOrder" |
|
const | MENU_TARGET = "menuTarget" |
|
const | TITLE = "title" |
|
| $fileLogger |
|
|
| $container |
|
| $renderer |
|
| $microMenu |
|
Definition at line 24 of file ajax-upload-agents.php.
◆ handle()
AjaxUploadAgents::handle |
( |
Request |
$request | ) |
|
|
protected |
◆ jobNotYetScheduled()
AjaxUploadAgents::jobNotYetScheduled |
( |
|
$agentName, |
|
|
|
$uploadId |
|
) |
| |
This function checks if the current job was not already scheduled, or did already fail (You can reschedule failed jobs)
- Parameters
-
$agentName | Name of the agent as specified in the agents table |
$uploadId | Upload identifier |
- Returns
- true if the agent is not currently scheduled for this upload, else false
Definition at line 43 of file ajax-upload-agents.php.
The documentation for this class was generated from the following file: