Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Exec

Execute external command line

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

Hierarchy

Index

Constructors

constructor

  • new Exec(attrs: any): Exec
  • Parameters

    • attrs: any

    Returns Exec

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