Table of Contents

Method MaskUntilNormal

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MaskUntilNormal(string)

Masks the element that is linked to the dummy until all its alarms have been cleared.

public virtual void MaskUntilNormal(string reason)

Parameters

reason string

The reason why the element is masked.

Examples

Element element = engine.FindElement(400, 2000);
element.MaskUntilNormal("Suppressed.");