Table of Contents

Method CreateOrUpdateSchedulerTask

Namespace
Skyline.DataMiner.Core.Scheduler.Automation
Assembly
Skyline.DataMiner.Core.Scheduler.Automation.dll

CreateOrUpdateSchedulerTask(SchedulerTask)

Creates or updates a single Scheduler task.

public void CreateOrUpdateSchedulerTask(SchedulerTask task)

Parameters

task SchedulerTask

The SchedulerTask object to create/update.

Exceptions

ArgumentNullException

Thrown when task is null.