scheduler
AgendaIncomplete(u32)
interface:
scheduler.AgendaIncompletesummary: Agenda is incomplete from
when.
CallUnavailable((u32,u32), Option<[u8;32]>)
interface:
scheduler.CallUnavailablesummary: The call for the provided hash was not found so the task has been aborted.
Canceled(u32, u32)
interface:
scheduler.Canceledsummary: Canceled some task.
Dispatched((u32,u32), Option<[u8;32]>, Result<Null, SpRuntimeDispatchError>)
interface:
scheduler.Dispatchedsummary: Dispatched some task.
PeriodicFailed((u32,u32), Option<[u8;32]>)
interface:
scheduler.PeriodicFailedsummary: The given task was unable to be renewed since the agenda is full at that block.
PermanentlyOverweight((u32,u32), Option<[u8;32]>)
interface:
scheduler.PermanentlyOverweightsummary: The given task can never be executed since it is overweight.
RetryCancelled((u32,u32), Option<[u8;32]>)
interface:
scheduler.RetryCancelledsummary: Cancel a retry configuration for some task.
RetryFailed((u32,u32), Option<[u8;32]>)
interface:
scheduler.RetryFailedsummary: The given task was unable to be retried since the agenda is full at that block or there was not enough weight to reschedule it.
RetrySet((u32,u32), Option<[u8;32]>, u32, u8)
interface:
scheduler.RetrySetsummary: Set a retry configuration for some task.
Scheduled(u32, u32)
interface:
scheduler.Scheduledsummary: Scheduled some task.