jxa-types
Preparing search index...
foundation
NSTask
Interface NSTask
interface
NSTask
{
arguments
:
(
string
|
NSString
)
[]
;
init
:
NSTask
;
js
:
object
;
launch
:
void
;
launchPath
:
string
|
NSString
;
standardError
?:
NSPipe
;
standardOutput
?:
NSPipe
;
terminationStatus
:
number
;
waitUntilExit
:
void
;
getProperty
(
key
:
string
)
:
any
;
isNil
()
:
boolean
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
}
Hierarchy (
View Summary
)
BridgedObject
<
IdType
>
NSTask
Index
Properties
arguments
init
js
launch
launch
Path
standard
Error?
standard
Output?
termination
Status
wait
Until
Exit
Methods
get
Property
is
Nil
set
Property
Properties
arguments
arguments
:
(
string
|
NSString
)
[]
Readonly
init
init
:
NSTask
js
js
:
object
Readonly
launch
launch
:
void
launch
Path
launchPath
:
string
|
NSString
Optional
standard
Error
standardError
?:
NSPipe
Optional
standard
Output
standardOutput
?:
NSPipe
Readonly
termination
Status
terminationStatus
:
number
Readonly
wait
Until
Exit
waitUntilExit
:
void
Methods
get
Property
getProperty
(
key
:
string
)
:
any
Parameters
key
:
string
Returns
any
is
Nil
isNil
()
:
boolean
Returns
boolean
set
Property
setProperty
(
key
:
string
,
value
:
any
)
:
any
Parameters
key
:
string
value
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
init
js
launch
launch
Path
standard
Error
standard
Output
termination
Status
wait
Until
Exit
Methods
get
Property
is
Nil
set
Property
jxa-types
Loading...