$id
$id :
Execute() : \FAA\Obj\Result
Execute sub jobs, are called after the Register method
A system result object
Register() : \FAA\Obj\Result
Register new sub jobs, are called afterwards in the Execute method
A system result object
Delete() : \FAA\Obj\Result
Delete instance from database And the folder from file system
Progress(integer $value = null) : string
Expose the current progress
Provide an interface to extract the current progress of this object. When a value is given, the progress is set and persisted in the database
integer | $value | The current progress |
The current progress
TailLogfile(integer $index) : \FAA\Obj\Result
Do log tail Tail the local log file.
integer | $index | The start line index |
The result object
RegisterRunner( $data) : \FAA\Obj\Result
Register a single runner instance of this
$data |
Database() : \FAA\Handler\Database\CronJobDBAL|null
Get the database