Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Logs a message to the process history.


Code Block
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.

Code Block
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.