MM Process Methods

Process methods apply at the process level, that is the processing unit in design-time terminology.

If you use the process methods at the cluster level, they affect all processing units in the cluster.
Process Methods
Property Notes
Channels Group
ReconnectChannels Restarts all channels or a single channel.
resumeChannels Resumes all channels or a single channel.
suspendChannels Suspends all channels or a single channel.
ResumeDestinations Resumes one or all of the destinations of one or all of the channels, depending on the arguments provided.
SuspendDestinations Suspends one or all of the destinations of one or all of the channels, depending on the arguments provided.
GetChannels Retrieves channel information.
GetDestinations Retrieves destination information.
GetSessionInputDestinations Retrieves the destinations enabled for input in the specified agent.
Engine Group
StopEngine Shuts down the processing unit (engine).
GetHostInformation Retrieves the value of the specified host information property, or of all properties if none specified.
GetNumberOfEvents Retrieves the total number of events existing in the specified agent or in every agent.
GetNumberOfInstances Retrieves the total number of instances existing in the specified agent or in every agent.
GetMemoryUsage Retrieves the engine's memory usage information.
SetLogLevel Sets the log level to one of the following: FATAL, ERROR, WARN, INFO, DEBUG, ALL, or OFF
Object Management Group
GetEvent Retrieves an event with the specified ID from the specified agent or from every agent.
GetInstance Retrieves an instance with the specified ID from the specified agent or from every agent.
GetScorecards If URI is not provided: Returns a table with of all scorecards in the specified agent or in every agent.

If URI is provided: retrieves scorecard information in the specified agent or in every agent.

Profiler Group
StartFileBasedProfiler Turns on the profiler and starts collecting data for the specified duration. When the time is complete or the Profiler is turned off, profiling data will be saved to a file in a comma separated format.
StopFileBasedProfiler Turns off the profiler and stops collecting data.
Rule Service Provider Group
ResumeRuleServiceProvider Resumes the agents in the processing unit.
SuspendRuleServiceProvider Suspends the agents in the processing unit.
Working Memory Group

Applies only to inference agents. Other agent types are ignored.

ActivateRule Activates a rule in the specified inference agent or in every inference agent.
DeactivateRule Deactivates a rule in the specified inference agent or in every inference agent.
ResetTotalNumberRulesFired Resets the total number of rules fired to zero for the specified inference agent or for every inference agent.
GetWorkingMemoryDump Gets the working memory dump for the specified inference agent or for every inference agent.
GetRule Gets info about the rule with the specified URI for the specified inference agent or for every inference agent.
GetRules Gets a table listing the rules deployed for the specified inference agent or for every inference agent.
GetTotalNumberRulesFired Gets a table listing the total number of rules fired for the specified inference agent or for every inference agent.
GetRuleSession Gets a table listing every active inference agent.