[F] getLroResult
function getLroResult( program, entity, useDefault): [undefined | ModelProperty, readonly Diagnostic[]];Gets the logical result property from a StatusMonitor
Parameters
Section titled “Parameters”| Parameter | Type | Default value | Description |
|---|---|---|---|
program | Program | undefined | The program to process. |
entity | Model | undefined | The StatusMonitor model to process. |
useDefault | boolean | true | Use the default result property if no other property is marked. (defaults to true) |
Returns
Section titled “Returns”[undefined | ModelProperty, readonly Diagnostic[]]