Preparing search index...
The search index is not available
FlowOS
FlowOS
types
Process
Interface Process
interface
Process
{
config
:
{
icon
?:
string
;
name
:
string
;
targetVer
:
string
;
type
:
"process"
;
}
;
run
:
(
(
process
)
=>
Promise
<
any
>
)
;
}
Hierarchy (
view full
)
Executable
Process
Index
Properties
config
run
Properties
config
config
:
{
icon
?:
string
;
name
:
string
;
targetVer
:
string
;
type
:
"process"
;
}
Type declaration
Optional
icon
?:
string
name
:
string
target
Ver
:
string
type
:
"process"
run
run
:
(
(
process
)
=>
Promise
<
any
>
)
Type declaration
(
process
)
:
Promise
<
any
>
Parameters
process
:
default
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
config
run
FlowOS
HTML
bootloader
decs
kernel
structures
FlowWindow
LibraryLib
ProcLib
ProcessLib
system
Desktop
UserAccessControl
VirtualFS
apps
Browser
Editor
Files
ImageViewer
Info
Manager
Settings
Loading...
Generated using
TypeDoc