company logo

resources_type - Resource type

When reading a notice, the resource will be calculated and shown in the field. Since calculating the resource type might be time consuming, the field might be disabled by calling the context action DisableResources()/EnableResources() or setting the option _SUPRESS_RESOURCE_NAMES. Setting the option disables resources setup permanently. In order to reactivate resources setup, the option has to be reset and the property handle must be reopened.

... fragment ( Property notice ) {

  Option("_SUPRESS_RESOURCE_NAMES") = "YES"; // disabled calculation permanently

  notice.next(); read next notice without updating extended resource information

}

Type: char