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
reasonstringThe reason why the element is masked.
Examples
var dummy = engine.GetDummy("dummy1");
dummy.MaskUntilNormal("Suppressed.");