ProcessOptions interface interface ProcessOptions { name?: string concurrency?: number } Properties Property Description name?: string concurrency?: number