Class: Feature

A new piece of functionality

Fields

bool enabled [RO/runtime]
bool experimental [RO/constructor]
host ref host [RO/runtime]
string name_description [RO/constructor]
string name_label [RO/constructor]
string uuid [RO/runtime]
string version [RO/constructor]

Messages

Feature ref set get_all (session ref)
(Feature ref → Feature record) map get_all_records (session ref)
Feature ref set get_by_name_label (session ref, string)
Feature ref get_by_uuid (session ref, string)
bool get_enabled (session ref, Feature ref)
bool get_experimental (session ref, Feature ref)
host ref get_host (session ref, Feature ref)
string get_name_description (session ref, Feature ref)
string get_name_label (session ref, Feature ref)
Feature record get_record (session ref, Feature ref)
string get_uuid (session ref, Feature ref)
string get_version (session ref, Feature ref)