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
executeAsyncboolTrue to execute asynchronously; false to execute synchronously.
Returns
- IDmsSchedulerScriptActionBuilder
The builder instance for method chaining.