Table of Contents

Property TriggeredByName

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

TriggeredByName

Gets the name of the user who triggered the script.

public string TriggeredByName { get; }

Property Value

string

The name of the user who triggered the script.

Examples

engine.Log(engine.TriggeredByName);

Remarks

note

When a scheduled task, a Correlation rule, or a redundancy group trigger a script to execute, this TriggeredByName will be filled in with "Scheduled task [name task]", "Correlation-rule [name rule]", or "Redundancy", respectively.

Feature introduced in DataMiner 10.2.6/10.3.0 (RN 33122).