Name

PalletSchedulerEvent (51)

Hierarchy

  • Enum
    • PalletSchedulerEvent

Properties

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