nx/docs/generated/devkit/DefaultTasksRunnerOptions.md
Emily Xiong c83102a2c4
feat(core): add batch flag to run (#19575)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-10-13 13:09:01 -04:00

77 lines
1.7 KiB
Markdown

# Interface: DefaultTasksRunnerOptions
## Table of contents
### Properties
- [batch](../../devkit/documents/DefaultTasksRunnerOptions#batch): boolean
- [cacheDirectory](../../devkit/documents/DefaultTasksRunnerOptions#cachedirectory): string
- [cacheableOperations](../../devkit/documents/DefaultTasksRunnerOptions#cacheableoperations): string[]
- [cacheableTargets](../../devkit/documents/DefaultTasksRunnerOptions#cacheabletargets): string[]
- [captureStderr](../../devkit/documents/DefaultTasksRunnerOptions#capturestderr): boolean
- [lifeCycle](../../devkit/documents/DefaultTasksRunnerOptions#lifecycle): LifeCycle
- [parallel](../../devkit/documents/DefaultTasksRunnerOptions#parallel): number
- [remoteCache](../../devkit/documents/DefaultTasksRunnerOptions#remotecache): RemoteCache
- [runtimeCacheInputs](../../devkit/documents/DefaultTasksRunnerOptions#runtimecacheinputs): string[]
- [skipNxCache](../../devkit/documents/DefaultTasksRunnerOptions#skipnxcache): boolean
## Properties
### batch
`Optional` **batch**: `boolean`
---
### cacheDirectory
`Optional` **cacheDirectory**: `string`
---
### cacheableOperations
`Optional` **cacheableOperations**: `string`[]
---
### cacheableTargets
`Optional` **cacheableTargets**: `string`[]
---
### captureStderr
`Optional` **captureStderr**: `boolean`
---
### lifeCycle
**lifeCycle**: `LifeCycle`
---
### parallel
`Optional` **parallel**: `number`
---
### remoteCache
`Optional` **remoteCache**: [`RemoteCache`](../../devkit/documents/RemoteCache)
---
### runtimeCacheInputs
`Optional` **runtimeCacheInputs**: `string`[]
---
### skipNxCache
`Optional` **skipNxCache**: `boolean`