Click or drag to resize

ControllerBackupInProgress Property

Checks if the controller is busy finishing a backup.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public bool BackupInProgress { get; }

Return Value

Type: Boolean
Returns true if backup is in progress, otherwise false
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also