IPCBIWindowCloseJob Method

Close the current job! The project directory will be unloaded and all used RAM will be disposed. This is not necessary if you close a new project/job the RAM cleaning will be done as well.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool CloseJob()

Return Value

Boolean
In some cases the project can not be closed, than it returns false (e.g. for embedded designs).

Implements

InterfacePCBIWindowCloseJob

See Also