@karmaniverous/jeeves-runner
GitHub
Preparing search index...
index
runStatusSchema
Variable runStatusSchema
Const
runStatusSchema
:
ZodEnum
<
{
error
:
"error"
;
ok
:
"ok"
;
pending
:
"pending"
;
running
:
"running"
;
skipped
:
"skipped"
;
timeout
:
"timeout"
;
}
,
>
= ...
Run status enumeration schema (pending, running, ok, error, timeout, skipped).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@karmaniverous/jeeves-runner
Loading...
Run status enumeration schema (pending, running, ok, error, timeout, skipped).