2.2.5.2.17 StopReason

The StopReason type describes why the computer backup service is stopped.

   <xs:simpleType name="StopReason">
     <xs:restriction base="xs:string">
       <xs:enumeration value="None" />
       <xs:enumeration value="DatabaseRestore" />
       <xs:enumeration value="DatabaseRepair" />
       <xs:enumeration value="DatabaseLocationChanged" />
     </xs:restriction>
   </xs:simpleType>

The following table describes the values for this type.

Value

Description

None

This is not used.

DatabaseRestore

Service is stopped because the database is being restored.

DatabaseRepair

Service is stopped because the database is being repaired.

DatabaseLocationChanged

Service is stopped because the database location has changed.