Class CheckProgramResult
Contains the results of a call to Task.CheckProgram()
Inheritance
System.Object
CheckProgramResult
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class CheckProgramResult
Properties
Errors
Contains a list of all errors returned by a call to Task.CheckProgram(). If the program is correct, the collection will be empty.
Declaration
public ReadOnlyCollection<ProgramError> Errors { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ProgramError> |