Property Synchronous
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Synchronous
Gets or sets a value indicating whether the script will be executed synchronously.
public bool Synchronous { get; set; }
Property Value
- bool
true
if the script will be executed synchronously; otherwise,false
.