@logixjs/core
Preparing search index...
InternalContracts
installProcess
Function installProcess
installProcess
<
E
,
R
>
(
process
:
Effect
<
void
,
E
,
R
>
,
options
:
{
enabled
?:
boolean
;
installedAt
?:
string
;
mode
?:
"switch"
|
"exhaust"
;
scope
:
ProcessScope
;
}
,
)
:
Effect
<
ProcessInstallation
|
undefined
,
never
,
ProcessRuntimeTag
|
R
>
Type Parameters
E
R
Parameters
process
:
Effect
<
void
,
E
,
R
>
options
:
{
enabled
?:
boolean
;
installedAt
?:
string
;
mode
?:
"switch"
|
"exhaust"
;
scope
:
ProcessScope
;
}
Returns
Effect
<
ProcessInstallation
|
undefined
,
never
,
ProcessRuntimeTag
|
R
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@logixjs/core
Loading...