Click or drag to resize

JobPackage(String, String) Constructor

Constructor - initializes an empty job.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public JobPackage(
	
	string jobFilePath,
	
	string? jobName
)

Parameters

jobFilePath  String
File path to the XML file with the job description.
jobName  String
Name of the XML file with the job description.
See also