Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
common
apis
cortex
CortexProcessInfo
Interface CortexProcessInfo
interface
CortexProcessInfo
{
completionMode
:
node
.
common
.
apis
.
cortex
.
CompletionMode
;
exitCode
?:
number
;
finishedAt
?:
number
;
id
:
string
;
mode
:
node
.
common
.
apis
.
cortex
.
ProcessMode
;
name
:
string
;
output
:
node
.
common
.
apis
.
cortex
.
ProcessOutput
;
result
?:
any
;
startedAt
:
number
;
status
:
node
.
common
.
apis
.
cortex
.
ProcessStatus
;
}
Index
Properties
completion
Mode
exit
Code?
finished
At?
id
mode
name
output
result?
started
At
status
Properties
completion
Mode
completion
Mode
:
node
.
common
.
apis
.
cortex
.
CompletionMode
Optional
exit
Code
exit
Code
?:
number
Optional
finished
At
finished
At
?:
number
id
id
:
string
mode
mode
:
node
.
common
.
apis
.
cortex
.
ProcessMode
name
name
:
string
output
output
:
node
.
common
.
apis
.
cortex
.
ProcessOutput
Optional
result
result
?:
any
started
At
started
At
:
number
status
status
:
node
.
common
.
apis
.
cortex
.
ProcessStatus
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
completion
Mode
exit
Code
finished
At
id
mode
name
output
result
started
At
status
Tidyscripts Docs
Loading...