/
LogHistory Method

LogHistory Method

Logs a message to the process history.

public void LogHistory(string message);

Classes: CustomNode


Parameters

string message

Message to log to the process history.


Example

The following example demonstrates logging a simple history message to the process.

LogHistory("Custom Node executing.");

Remarks

These messages are immediately reflected to the process object in the databse, and thus can be used to provide insight into the progress of custom nodes that take a long while to execute.

Related content

AddHistory Method
AddHistory Method
More like this
ActionProcess Class
ActionProcess Class
More like this
ActionNode Class
ActionNode Class
More like this
Process Drawer Tabs
Process Drawer Tabs
More like this
CaptureProcess Class
CaptureProcess Class
More like this
Run Method
Run Method
More like this