Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSReasonStalled
Integer GetId()
NSReasonStalled thing; Integer id = thing.GetId();
String GetTooltip()
NSReasonStalled thing; String descr = thing.GetTooltip();
String GetValue()
NSReasonStalled thing; String name = thing.GetValue();
Void SetId(Integer id)
NSReasonStalled thing; thing.SetId(123);
Void SetTooltip(String tooltip)
NSReasonStalled thing; String descr = "something new"; thing.SetTooltip(descr);
Void SetValue(String value)
NSReasonStalled thing; thing.SetValue("frotz");
Related topics