Recovery_Backup_Job_ReturnStatus

Recovery_Backup_Job_ReturnStatus
Recovery_Backup_Job_ReturnStatus

The Job.ReturnStatus enumerated type defines the return type for the cancel operation. You specify the return status when you return the result of cancel job. See Job.ReturnResult.
FAIL : Cancel operation failed.
WARNING : Cancel operation passed with warnings.
OK : Cancel operation succeeded.

This data structure has no properties.
Enumeration: FAIL, WARNING, OK,