Skip to main content
Version: Next

MainOptions

Hierarchy

Index

Properties

optionalinheritedexit

exit?: boolean

Call process.exit()? Defaults to true

optionalinheritedexitCode

exitCode?: number

Exit code, defaults to 0

optionalinheritedstatusMessage

statusMessage?: string

Exit with given status message

optionalinheritedstorage

storage?: StorageClient

optionalinheritedtimeoutSecs

timeoutSecs?: number = 30

Amount of time, in seconds, to wait for all event handlers to finish before exiting the process.