Click or drag to resize
ProgressNotification Delegate
Represents the method that will handle progress notification callbacks. Some time consuming methods provides a progress notification callback, and accepts this delegate as an argument.

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public delegate void ProgressNotification(
	double progress
)

Parameters

progress
Type: SystemDouble
Version Information

Supported in: 1.0.0.0
See Also