Click or drag to resize
IProgressCallback Interface
Callback interface for time-consuming operations.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public interface IProgressCallback

The IProgressCallback type exposes the following members.

Properties
  NameDescription
Public propertyCancelRequested
Gets a value indicating if the client has requested that the operation should be cancelled.
Public propertySupportsCancel
Sets a value indicating if the operation can be cancelled.
Public propertySupportsProgress
Sets a value indicating if the SetProgress() callback will be called.
Top
Methods
  NameDescription
Public methodSetProgress
Sets the current progress of the operation. The value should be between 0 and 1.
Public methodSetState
Sets a text indicating the current state of the operation.
Top
Version Information

Supported in: 1.0.0.0
See Also