Show / Hide Table of Contents

    Class StopHistoryStep

    A history step for Stop workflow operation.

    Inheritance
    System.Object
    StopHistoryStep
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class StopHistoryStep

    Properties

    DocumentDeleted

    Tells if the workflow has finished due to a deleted document.

    Declaration
    public bool DocumentDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean

    DocumentUserVersion

    Document user version when the instance is stopped.

    Declaration
    public string DocumentUserVersion { get; set; }
    Property Value
    Type Description
    System.String

    EndState

    The reason why the workflow was stopped.

    Declaration
    public string EndState { get; set; }
    Property Value
    Type Description
    System.String

    UserName

    Name of the user who stopped the instance.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top