Closed jameslairdsmith closed 5 years ago
Name changes for a few important functions, namely:
is_occurring()
happen()
not_occurring
doesnt_occur()
also_occurring
also_occur()
only_occurring
only_occur()
Also changed package name from scheduler to gs.
scheduler
gs
Name changes for a few important functions, namely:
is_occurring()
->happen()
not_occurring
->doesnt_occur()
also_occurring
->also_occur()
only_occurring
->only_occur()
Also changed package name from
scheduler
togs
.