mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
JobHook: do not require isPending
This commit is contained in:
parent
a279ef1b56
commit
d6b4d6f31c
@ -16,7 +16,10 @@ abstract class JobHook
|
||||
|
||||
abstract public function run();
|
||||
|
||||
abstract public function isPending();
|
||||
public function isPending()
|
||||
{
|
||||
// TODO: Can be overridden, double-check whether this is necessary
|
||||
}
|
||||
|
||||
public function getName()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user