Name | Lookup | Parameters | |
---|---|---|---|
dispatch_as | 0a00 | 2 | |
schedule_dispatch | 0a01 | 4 | |
fast_track_scheduled_dispatch | 0a02 | 3 | |
delay_scheduled_dispatch | 0a03 | 3 | |
cancel_scheduled_dispatch | 0a04 | 2 | |
authorize_call | 0a05 | 2 | |
remove_authorized_call | 0a06 | 1 | |
trigger_call | 0a07 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
Dispatched | 0a00 | ||
Scheduled | 0a01 | ||
FastTracked | 0a02 | ||
Delayed | 0a03 | ||
Cancelled | 0a04 | ||
AuthorizedCall | 0a05 | ||
RemovedAuthorizedCall | 0a06 | ||
TriggeredCallBy | 0a07 |
Name | Docs |
---|---|
FailedToSchedule | Failed to schedule a task. |
FailedToCancel | Failed to cancel a task. |
FailedToFastTrack | Failed to fast track a task. |
FailedToDelay | Failed to delay a task. |
CallNotAuthorized | Call is not authorized. |
TriggerCallNotPermitted | Triggering the call is not permitted. |
WrongCallWeightBound | Call weight bound is wrong. |