public class ProcessEventArgs
extends com.aspose.ms.System.EventArgs
Provides data for different events of signature and verification processes.
Constructor and Description |
---|
ProcessEventArgs() |
Modifier and Type | Method and Description |
---|---|
String |
getGuid()
Represents unique identifier of a conversion.
|
int |
getStatus()
Indicates current process state.
|
void |
setGuid(String value)
Represents unique identifier of a conversion.
|
void |
setStatus(int value)
Indicates current process state.
|
public String getGuid()
Represents unique identifier of a conversion.
public int getStatus()
Indicates current process state.
public void setGuid(String value)
Represents unique identifier of a conversion.
public void setStatus(int value)
Indicates current process state.
Copyright © 2019. All rights reserved.