GetProcessStatus() Method

You use the GetProcessStatus() method to monitor the status of a long-running operation (such as the release or confirmation operation).

Syntax

public ProcessResult GetProcessStatus()

Return Value

The method returns a ProcessResult object. You should use the Status property of this object to get the status of the processing operation. When the status of the operation is Completed, you can get the result of processing.