drupflare/worker - v1.0.0
Preparing search index...
ops/updb
updbHalt
Function updbHalt
updbHalt
(
sql
:
UpdbSql
,
run
:
UpdbRun
,
reason
:
string
|
undefined
,
detail
?:
string
|
null
,
now
?:
number
,
)
:
{
detail
:
string
|
null
;
phase
:
string
;
reason
:
string
}
stops the run, loudly and durably. Maintenance mode stays ON.
Parameters
sql
:
UpdbSql
run
:
UpdbRun
reason
:
string
|
undefined
Optional
detail
:
string
|
null
now
:
number
= ...
Returns
{
detail
:
string
|
null
;
phase
:
string
;
reason
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
drupflare/worker - v1.0.0
Loading...
stops the run, loudly and durably. Maintenance mode stays ON.