Skip to content

Microsoft FactoryOrchestrator Core IFactoryOrchestratorService CreateTaskListFromDirectory(string bool)

Microsoft.FactoryOrchestrator.Core

Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService

IFactoryOrchestratorService.CreateTaskListFromDirectory(string, bool) Method

Creates a new TaskList by finding all .exe, .cmd, .bat, .ps1, and TAEF files in a given folder.

Microsoft.FactoryOrchestrator.Core.TaskList CreateTaskListFromDirectory(string path, bool recursive=false);

Parameters

path System.String
Path of the directory to search.

recursive System.Boolean
If true, search recursively.

Returns

TaskList
The created TaskList