Skip to content

MdpTerminationAttribute

class · namespace Hazel

Marks a static method as an MDP termination component. Method signature: bool Evaluate(MdpContext ctx, Dictionary<string, string> parameters)

Inherits Attribute

public sealed class MdpTerminationAttribute : Attribute

Constructors

MdpTerminationAttribute(string)

public MdpTerminationAttribute(string name)

Properties

Category

public string Category { get; set; }

Description

public string Description { get; set; }

IsTimeout

public bool IsTimeout { get; set; }

Name

public string Name { get; }

RobotTypes

public string[] RobotTypes { get; set; }

Source: Hazel/Learn/MdpAttributes.cs