deleteSparseReactiveMetric

Syntax

deleteSparseReactiveMetric(name, outputMetricKey)

Details

Deletes the rule corresponding to outputMetricKey in the specified SparseReactiveStateEngine. If it exists, it is deleted and true is returned; otherwise false is returned.

Parameters

name is a STRING scalar indicating the name of the SparseReactiveStateEngine.

outputMetricKey is a STRING/SYMBOL scalar or vector indicating the output metric name(s) of the rule(s) to be deleted.

Returns

Returns a BOOL scalar. It returns true if the rule exists and is deleted; otherwise it returns false.