Table of Contents

Method GetTriggerParameter

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetTriggerParameter()

Gets the ID of the parameter that triggered the execution of QAction.

int GetTriggerParameter()

Returns

int

The ID of the parameter that triggered the execution of the QAction.

Examples

int triggerParameterId = protocol.GetTriggerParameter();