onPush abstract method
called when this job instance gets pushed onto the global job stack
should not any kind of processing work as this fucks up the scheduler
Implementation
void onPush();
called when this job instance gets pushed onto the global job stack
should not any kind of processing work as this fucks up the scheduler
void onPush();