class UpdateStatistics extends Job (View source)

Methods

string
getJobName()

Returns the job name.

string
getJobDescription()

Returns the job description.

string
run()

Executes the job.

Details

string getJobName()

Returns the job name.

Return Value

string

string getJobDescription()

Returns the job description.

Return Value

string

string run()

Executes the job.

Return Value

string

Returns a string describing the job result in case of success.

Exceptions

Exception

Throws an exception in case of errors.