Properties
Readonly asCallUnavailable
asCallUnavailable: {
id: Option<U8aFixed>;
task: ITuple<[u64, u32]>;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asCanceled
asCanceled: {
index: u32;
when: u64;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asDispatched
as
Dispatched
: { id
: Option<U8aFixed>; result
: Result<Null, SpRuntimeDispatchError>; task
: ITuple<[u64, u32]>; } & Struct<TypesDef<Codec>, {}, {}>
Readonly asPeriodicFailed
asPeriodicFailed: {
id: Option<U8aFixed>;
task: ITuple<[u64, u32]>;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asPermanentlyOverweight
asPermanentlyOverweight: {
id: Option<U8aFixed>;
task: ITuple<[u64, u32]>;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly asScheduled
asScheduled: {
index: u32;
when: u64;
} & Struct<TypesDef<Codec>, {}, {}>
Readonly isCallUnavailable
isCallUnavailable: boolean
Readonly isCanceled
isCanceled: boolean
Readonly isDispatched
isDispatched: boolean
Readonly isPeriodicFailed
isPeriodicFailed: boolean
Readonly isPermanentlyOverweight
isPermanentlyOverweight: boolean
Readonly isScheduled
isScheduled: boolean
Readonly type
type: "Scheduled" | "Canceled" | "Dispatched" | "CallUnavailable" | "PeriodicFailed" | "PermanentlyOverweight"
Name
PalletSchedulerEvent (50)