Table of Contents

Property Timeout

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Timeout

Gets or sets the timeout for the current C# code block.

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

The timeout for the current C# code block.

Examples

var timeout = engine.Timeout;

Remarks

note

From DataMiner 10.2.0/10.1.2 onwards, this property can also be used to determine when an interactive Automation script times out.