SaveCompleted
This method checks if a pending save operation has already completed or waits until a pending save operation has completed.
Note: The asynchronous saving of files with Mode = CROImgIOAsync is currently not
implemented.
Syntax
SaveCompleted (Wait As Boolean) As Boolean
Parameter | Description |
---|---|
Wait |
TRUE: Wait until the pending save operation has completed. FALSE: Return immediately and report only the current status. |