Table of Contents

Method DeleteTask

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

DeleteTask(int)

Replaces: slScheduler.SetInfo(userCookie, TSI_DELETE (3), Convert.ToUInt32(TaskId), out response);

public int DeleteTask(int taskId)

Parameters

taskId int

The ID of the deleted task.

Returns

int

Returns 0 if successful.