Table of Contents

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

isEnabled bool

True to enable the task; otherwise, false.

Returns

IDmsSchedulerTaskBuilder

The builder instance for method chaining.