ProcessProgressEventArgs class

ProcessProgressEventArgs class

Provides data for OnProgress event of signing, verification and search processes.

Inheritance: ProcessProgressEventArgsProcessEventArgs

The ProcessProgressEventArgs type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of ProcessProgressEventArgs

Properties

Property Description
status Indicates current process state.
progress Represents the progress in percents. Value range is from 0 to 100.
ticks Represents the time spent in milliseconds since process Start event.
processed_signatures Represents the quantity of processed signatures.
cancel Indicates whether process should be canceled.

See Also