Table of Contents

Method WithExecuteAsync

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

WithExecuteAsync(bool)

Sets whether to execute the script asynchronously.

IDmsSchedulerScriptActionBuilder WithExecuteAsync(bool executeAsync)

Parameters

executeAsync bool

True to execute asynchronously; false to execute synchronously.

Returns

IDmsSchedulerScriptActionBuilder

The builder instance for method chaining.