IPCBIWindowJobOpenRequest Delegate

Delegate for job open request.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void JobOpenRequest(
	string Path,
	string StepName
)

Parameters

Path  String
The path for the job to open.
StepName  String
The relevant step.

See Also