| 199 | } |
| 200 | |
| 201 | bool IPLProcess::getProcessPropertyBool(const char *name) |
| 202 | { |
| 203 | checkPropertyKey(name); |
| 204 | return ((IPLProcessPropertyBool*) _properties[name].get())->value(); |
| 205 | } |
| 206 | |
| 207 | bool IPLProcess::getProcessPropertyBoolOneShot(const char *name) |
| 208 | { |