CopyStatus Property
The status of the copy operation.
Syntax
public String getCopyStatus();
Remarks
This property holds the status of the copy operation. This is populated after calling GetCopyInfo. Possible values are:
- "notStarted"
- "inProgress"
- "completed"
- "updating"
- "failed"
- "waiting"
This property is read-only and not available at design time.
Default Value
""