com.groupdocs.signature.handler.events

Class ProcessCompleteEventArgs



  • public class ProcessCompleteEventArgs
    extends ProcessEventArgs

    Provides data on complete event of signing, verification and search processes.

    • Method Detail

      • getCanceled

        public final boolean getCanceled()

        Indicates whether process was canceled.

      • getCompleted

        public final Date getCompleted()

        Represents time mark of process completion.

      • getTicks

        public final long getTicks()

        Represents time in milliseconds spent since process Start event.

      • getTotalSignatures

        public final int getTotalSignatures()

        Represents total quantity of processed signatures.

      • setCompleted

        public final void setCompleted(Date value)

        Represents time mark of process completion.

      • setTicks

        public final void setTicks(long value)

        Represents time in milliseconds spent since process Start event.

      • setTotalSignatures

        public final void setTotalSignatures(int value)

        Represents total quantity of processed signatures.