Search Results for

    Show / Hide Table of Contents

    Class CancelHelper

    Utility to stop the task execution in case the Cancel is requested.

    Inheritance
    object
    CancelHelper
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.AutomaticTasks
    Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
    Syntax
    public static class CancelHelper

    Methods

    CancelTaskIfRequested(bool)

    Notifies the task executor to stop the task execution

    Declaration
    public static void CancelTaskIfRequested(bool cancelRequested)
    Parameters
    Type Name Description
    bool cancelRequested
    In this article
    • Methods
      • CancelTaskIfRequested(bool)
    Back to top Generated by DocFX