preExecute
The function that will be called prior to the execute method of the scheduled task.
This is used to determine whether the execute method shoud be called. If the function
return true then the execute method will be run otherwise it will not be run.
Returns:
boolean
postExecute
void postExecute()
postExecute
The function that will be called when a WSRR scheduled task has completed.