@flowscripter/dynamic-cli-framework
Preparing search index...
StartupTaskContext
Interface StartupTaskContext
Minimal, read-only view of the CLI's
Context
passed to a
StartupTask
.
interface
StartupTaskContext
{
cliConfig
:
CLIConfig
;
doesServiceExist
(
id
:
string
)
:
boolean
;
getServiceById
(
id
:
string
)
:
unknown
;
}
Index
Properties
cli
Config
Methods
does
Service
Exist
get
Service
By
Id
Properties
Readonly
cli
Config
cliConfig
:
CLIConfig
Methods
does
Service
Exist
doesServiceExist
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
get
Service
By
Id
getServiceById
(
id
:
string
)
:
unknown
Parameters
id
:
string
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cli
Config
Methods
does
Service
Exist
get
Service
By
Id
@flowscripter/dynamic-cli-framework
Loading...
Minimal, read-only view of the CLI's Context passed to a StartupTask.