Backstage
    Preparing search index...
    • Waits for a certain period of time.

      Parameters

      • Optionaloptions: { maxWaitTime?: Duration<boolean> | HumanDuration }

      Returns TemplateAction<
          { milliseconds?: number; minutes?: number; seconds?: number },
          { [key: string]: any },
          "v2",
      >

      This task is useful to give some waiting time for manual intervention. Has to be used in a combination with other actions.