force_suspension: TxDescriptor<{
    suspended: boolean;
}>

Set or unset the global suspension state of the XCM executor.

  • origin: Must be an origin specified by AdminOrigin.
  • suspended: true to suspend, false to resume.