Class: LocalRunnerParameters
Extends
Constructors
new LocalRunnerParameters(params)
new LocalRunnerParameters(
params
):LocalRunnerParameters
Parameters
• params: any
Returns
Overrides
Source
async/src/services/localrunner.ts:27
Properties
actions?
actions?:
string
[]
Actions managed by the runner
Default
[]
Inherited from
Source
async/src/services/runner.ts:11
args?
args?:
string
[]
Args
Source
async/src/services/localrunner.ts:15
autoStatus?
autoStatus?:
boolean
Use the observability of ChildProcess to update status accordingly
Source
async/src/services/localrunner.ts:25
command
command:
string
Command to launch
Source
async/src/services/localrunner.ts:11
openapi?
openapi?:
OpenAPIWebdaDefinition
OpenAPI override
Schema Ignore
Inherited from
Source
core/lib/services/service.d.ts:104
options?
options?:
SpawnOptions
Options
Based on https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options
Source
async/src/services/localrunner.ts:21
type
type:
string
Type of the service
Inherited from
Source
core/lib/services/service.d.ts:95
url?
url?:
string
URL on which to serve the content
Inherited from
Source
core/lib/services/service.d.ts:99