Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pause

Wait for specific time or pause the process

- Pause: # Wait user enter then keep doing

- Pause:
    title: Sleep 1s
    time: 1000

Hierarchy

  • Tag
    • Pause

Index

Constructors

constructor

  • Parameters

    Returns Pause

Properties

async

async: boolean

Run async

disabled

disabled: boolean

Ignore this, not run

ignoreError

ignoreError: boolean

Keep run the next when got error

slient

slient: boolean

Not show log

testIt

testIt: boolean

Only allow run it then ignore others which not set testIt or set it to false

time

time: number

Time to wait (ms)

title

title: string

Step title

vars

vars: any

Declare global variable