Click or drag to resize

IJobProviderGetPhysicalJobPath method

Returns the physical name of the JobPackage with the physical name of the JobPackage or logical name of the job.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
string? GetPhysicalJobPath(
	
	string name
)

Parameters

name  String
Logical or physical name of the job or job package.

Return value

String
Physical name of the JobPackage or null.
See also