SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class WorkerJobController

Runs worker jobs (i.e. Helpers which extend WorkerBase)

Functions

NameVisibilityDescription
runpublicActually run a worker job

public run

void $WorkerJobController->run ( int $job_id , string $job_code );

Actually run a worker job
This method is almost always called from CLI