Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShellCommandStartupItem

A startup item running a (shell) command.

Hierarchy

Index

Properties

command

command: string

The command to execute.

Optional cwd

cwd: string

The custom working directory.

Optional if

if: string

The JavaScript code that checks the avaibility.

Optional importValues

importValues: object

Defines a list of properties, which uses (external) values for itself.

Type declaration

Optional platforms

platforms: string[]

One or more platform names, the object is for.

Optional silent

silent: boolean

Do not write result to output.

Optional type

type: string

The type.

Optional wait

wait: boolean

Wait until command has been executed or not. Default: (true).

Generated using TypeDoc