Workstation API - v0.6.2
Handbook
GitHub
Releases
Preparing search index...
LaunchAgentResource
Interface LaunchAgentResource
interface
LaunchAgentResource
{
args
?:
readonly
string
[]
;
dependsOn
?:
readonly
string
[]
;
environment
?:
Readonly
<
Record
<
string
,
string
>
>
;
keepAlive
?:
boolean
;
kind
:
"launch-agent"
;
label
:
string
;
program
:
string
;
runAtLoad
?:
boolean
;
stderrPath
?:
string
;
stdoutPath
?:
string
;
}
Hierarchy
ResourceDependencies
LaunchAgentResource
Index
Properties
args?
depends
On?
environment?
keep
Alive?
kind
label
program
run
At
Load?
stderr
Path?
stdout
Path?
Properties
Optional
Readonly
args
args
?:
readonly
string
[]
Optional
Readonly
depends
On
dependsOn
?:
readonly
string
[]
Optional
Readonly
environment
environment
?:
Readonly
<
Record
<
string
,
string
>
>
Optional
Readonly
keep
Alive
keepAlive
?:
boolean
Readonly
kind
kind
:
"launch-agent"
Readonly
label
label
:
string
Readonly
program
program
:
string
Optional
Readonly
run
At
Load
runAtLoad
?:
boolean
Optional
Readonly
stderr
Path
stderrPath
?:
string
Optional
Readonly
stdout
Path
stdoutPath
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
depends
On
environment
keep
Alive
kind
label
program
run
At
Load
stderr
Path
stdout
Path
Handbook
GitHub
Releases
Workstation API - v0.6.2
Loading...