@karmaniverous/stan
GitHub
Preparing search index...
index
RunBehavior
Type Alias RunBehavior
Behavior flags controlling archive/combine/keep semantics:
archive
: create archive.tar and archive.diff.tar.
combine
: include script outputs inside archives and remove them on disk.
keep
: do not clear the output directory before running.
plan
: when false, suppress printing the run plan before execution.
type
RunBehavior
=
{
archive
?:
boolean
;
combine
?:
boolean
;
hangKill
?:
number
;
hangKillGrace
?:
number
;
hangWarn
?:
number
;
keep
?:
boolean
;
live
?:
boolean
;
plan
?:
boolean
;
}
Index
Properties
archive?
combine?
hang
Kill?
hang
Kill
Grace?
hang
Warn?
keep?
live?
plan?
Properties
Optional
archive
archive
?:
boolean
Optional
combine
combine
?:
boolean
Optional
hang
Kill
hangKill
?:
number
Optional
hang
Kill
Grace
hangKillGrace
?:
number
Optional
hang
Warn
hangWarn
?:
number
Optional
keep
keep
?:
boolean
Optional
live
live
?:
boolean
Optional
plan
plan
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archive
combine
hang
Kill
hang
Kill
Grace
hang
Warn
keep
live
plan
GitHub
@karmaniverous/stan
Loading...
Behavior flags controlling archive/combine/keep semantics:
archive
: create archive.tar and archive.diff.tar.combine
: include script outputs inside archives and remove them on disk.keep
: do not clear the output directory before running.plan
: when false, suppress printing the run plan before execution.