DesignLogEntry Constructor

Create a new design log entry

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public DesignLogEntry(
	TaskCategory category,
	string task,
	string description,
	TaskResults Results = null
)

Parameters

category  TaskCategory
category of task
task  String
task name
description  String
desciption of the log entry
Results  TaskResults  (Optional)
results of this task

See Also