Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PreExec

Execute external command line

- PreExec:
    title: Push notification when test something wrong
    args:
      - echo
      - Run failed

Hierarchy

Index

Constructors

constructor

Properties

args

args: string[]

Arguments

async

async: boolean

Run async

code

code: number

Exit code

disabled

disabled: boolean

Ignore this, not run

ignoreError

ignoreError: boolean

Keep run the next when got error

log

log: string[]

Log content

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

title

title: string

Step title

var

var: string | {}

Set data after this executed done

vars

vars: any

Declare global variable