Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels