$id
$id :
Execute() : \FAA\Obj\Result
Execute sub job, This one is called after the Register method
A system result object
Register() : \FAA\Obj\Result
Register new sub jobs They 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
Database() : \FAA\Handler\Database\CronJobDBAL|null
Get the database
renderTemplate( $language, $storage) : \FAA\Obj\Result
$language | ||
$storage | Storage |