DATASTORE_CLASS
DATASTORE_CLASS = 'ActionScheduler_DBStore'
Action data store class name.
Class ActionScheduler_DataController
The main plugin/initialization class for the data stores.
Responsible for hooking everything up with WordPress.
$instance : \ActionScheduler_DataController
Instance.
$sleep_time : int
Sleep time in seconds.
$free_ticks : int
Tick count required for freeing memory.
mark_migration_incomplete() : mixed
Unmark migration when a plugin is de-activated. Will not work in case of silent activation, for example in an update.
We do this to mitigate the bug of lost actions which happens if there was an AS 2.x to AS 3.x migration in the past, but that plugin is now deactivated and the site was running on AS 2.x again.