ProcessLog

ProcessLog class

Represents document process details.

public sealed class ProcessLog

Properties

Name Description
Date { get; } Get the process date and time.
Failed { get; } Quantity of signatures that failed during processing.
Message { get; } Get the process description.
Signatures { get; } The list of successfully processed signatures.
Succeeded { get; } Quantity of successfully processed signatures.
Type { get; } Get the process type.

See Also