Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / TasksController Class / DeleteTasks Method
Tasks to delete.
In This Topic
    DeleteTasks Method
    In This Topic
    Delete selected tasks.
    Syntax
    public void DeleteTasks( 
       IEnumerable<TaskInfo> tasks
    )

    Parameters

    tasks
    Tasks to delete.
    Exceptions
    ExceptionDescription
    Argument is null.
    This file is not opened.
    Remarks

    Custom tasks are deleted permanently.

    Other tasks are deleted only from list of current tasks. To get them back call the TaskProcessing.

    See Also