Type Definitions
typeSchemaAppLauncher
- Source:
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
description |
string |
<optional> |
|
components |
object |
<optional> |
|
tasks |
typeSchemaAppLauncherTask |
Type:
- object
typeSchemaAppLauncherTask
- Source:
Properties:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
description |
string |
<optional> |
The task description. |
|
available |
boolean |
<optional> |
true
|
If specifying false, Skips the task. |
app |
string | The executable file path or the command of CMD. |
||
args |
Array.<string> |
<optional> |
The Array of arguments. |
|
shell |
boolean |
<optional> |
false
|
Wrap with CMD.EXE |
winStyle |
number | string |
<optional> |
'activeDef'
|
|
runsAdmin |
boolean | undefined |
<optional> |
true: as Admin, false: as User |
Type:
- object