Method WithIsEnabled
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
WithIsEnabled(bool)
Sets whether the task is enabled.
IDmsSchedulerTaskBuilder WithIsEnabled(bool isEnabled)
Parameters
isEnabledboolTrue to enable the task; otherwise, false.
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.