LogHistory Method
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.