Table of Contents

Method DeleteTask

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

DeleteTask(int)

Deletes the task with the specified ID. Replaces: slScheduler.SetInfo(userCookie, TSI_DELETE (3), Convert.ToUInt32(TaskId), out response);

int DeleteTask(int taskId)

Parameters

taskId int

The ID of the task to be deleted.

Returns

int

Returns 0 if successful.