IScheduler: { actions: ((unchainedAPI: UnchainedCore) => { start: (() => void); stop: (() => void) }); key: string; label: string; version: string }

Type declaration

  • actions: ((unchainedAPI: UnchainedCore) => { start: (() => void); stop: (() => void) })
      • (unchainedAPI: UnchainedCore): { start: (() => void); stop: (() => void) }
      • Parameters

        Returns { start: (() => void); stop: (() => void) }

        • start: (() => void)
            • (): void
            • Returns void

        • stop: (() => void)
            • (): void
            • Returns void

  • key: string
  • label: string
  • version: string