onPush method
override
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
@override
void onPush() {
// nothing
}
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
@override
void onPush() {
// nothing
}