Click or drag to resize

VEngineOpenJob(String) Method

Opens a job stored in an existing local file-system directory.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public void OpenJob(
	string localJobDirectory
)

Parameters

localJobDirectory  String
Path of the job directory to open.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the localJobDirectory is null.
ArgumentExceptionThrown if localJobDirectory does not exist.
CarbonExceptionThrown if no valid licence has been set in the engine or the localJobDirectory does not exist.
See Also